How to Schedule Downloads using bash?

This code is incredibly handy; it allows you to schedule the time for a download to happen — say, at 3PM while you’re at work or midnight while you’re sleeping.

user@server:$ echo 'wget http://www.website.com/file.tar.gz' | at 03:00

For example:

user@server:$ echo 'wget http://www.rarlab.com/rar/winrar-x64-390nl.exe' | at 13:50

Output:

job 1 at 2009-11-28 13:50
| More