Schedule a Download
Tagged with: alarm, at, command, download, Linux, schedule, time
Friday, April 4th, 2008 10:19 PM
Start a download at any given time
echo 'wget -c www.example.com/files.iso' | at 09:00
Start a download at any given time
echo 'wget -c www.example.com/files.iso' | at 09:00
Command to create an Alarm in Linux
echo 'xmessage "Hello"'|at 19:00