# simple at's echo "hi" | at 4:30pm echo "hi" | at 4:30pm June 18 echo "hi" | at now + 1 minute # the output of ls will be put into the file lsoutput at 6pm echo 'ls > lsoutput' | at -s 6pm # Send bob a messages at 2am cat wardmail echo "mail -s 'an idea ward < wardmail" | at 2am June 18 # Practice removing the at job from the at queue atq at -l