Submitted by ggarron on Wed, 08/06/2008 - 16:35
One of the most uses I give to this command is to turn the PC off after some time, sure there are other ways.
I like the way you may execute batch jobs at a given time, all you need is:
1. Write your shell script
Which actually is a list of commands in a text file
2. Execute the at command
at now + 5 minutes < $HOME/listofcommands.txt
You can use times like "now", "noon", "midnight", or a date in the format of DD.MM.YY
check man at in order to have more details
hi,
I recieved this by jp (not verified)
Thanks, I didn't know it by Chris Lees (not verified)
Thanks - I knew about the at by Binny V A (not verified)
If this was useful for you, please consider making a donation, any amount is welcome, please proceed by clicking on the yellow donate button, thank you in advance.





