vs@KanotixBox:~$ at now + 3 hours # arbitrary time to begin queued commands
warning: commands will be executed using /bin/sh
at> pon provider #this connect me to my ISP
at> wget
http://www.archive.org/download/dn2006- ... 1_64kb.mp3 #fetches the example file I want
at> poff # disconnects
at> <EOT>
job 17 at Thu Aug 24 13:26:00 2006
vs@KanotixBox:~$
vs@KanotixBox:~$ at now + 3 hours
warning: commands will be executed using /bin/sh
at> pon provider && wget
http://www.archive.org/download/dn2006- ... 1_64kb.mp3 && poff
at> <EOT>
job 18 at Thu Aug 24 13:29:00 2006
vs@KanotixBox:~$