AT, Batch & Etc


Table of Contents

cmd:at 
Usage 
Help 
About the batch command 
About the batch command 
nohup - run a command immune to hangups 
backgroud task on demand? 
backgroud task on demand? 

cmd:at 

Usage 

echo "echo aaa" | at now +1 minutes
echo "xmessage -nearmouse -timeout 20 'asdfasd fdasdf'" | at now +1 minutes

Help 

You can also give times like now + count time-units, where the time-units can be minutes, hours, days, or weeks and you can tell at to run the job today by suffixing the time with today and to run the job tomorrow by suffixing the time with tomorrow.