I want to schedule a file to run using the at
command, as described in this tutorial. I see that the at
command supports the posix format -- but I don't see any mention of timestamps. Surely it is possible to schedule a job at a given timestamp.
$ man at | grep timestamp
epoch cron
– PersianGulf Feb 22 '14 at 20:38