Unix: sleep until the specified time
- by aix
Is there a (semi-)standard Unix command that would sleep until the time specified on its command line? In other words, I am looking for something similar to sleep that would take wakeup time rather than duration.
For example: sleeptill 05:00:00
I can code something up but would rather not re-invent the wheel if there's already something out…