evmw's comments

evmw | 14 years ago | on: Awesome but commonly unknown Linux Commands

"at" is very handy for scheduling one-time scripts/commands

  echo my_script.py | at 4am tomorrow
then list queued jobs with

  atq

note: its not enabled by default on mac os x, see

  man atrun
page 1