I need to compile gcc45 on my computer and that's a lengthy and resource-intensive process for my computer, so I'd prefer to have it do it while I sleep (at night).
What's the closest thing to:
$ @2300 sudo port install gcc45
I need to compile gcc45 on my computer and that's a lengthy and resource-intensive process for my computer, so I'd prefer to have it do it while I sleep (at night).
What's the closest thing to:
$ @2300 sudo port install gcc45
The traditional unix command at is usually used for this purpose. e.g.
echo 'sudo port install gcc45' | at midnight
On a mac: