openbsd-ports/misc/delay/pkg/DESCR

20 lines
585 B
Plaintext
Raw Normal View History

1999-03-18 21:57:33 -05:00
Delay is a program that counts down the number of seconds specified
1999-12-31 03:08:45 -05:00
on its command line. In this way, it's sort of like the standard
sleep(1) command, except for the fact that it provides feedback of the
time remaining.
1999-03-18 21:57:33 -05:00
1999-12-31 03:08:45 -05:00
You can also 'delay' until a given time specification.
1999-03-18 21:57:33 -05:00
Here some usage example:
delay 1d 2:03:04.5
delay 1d 2h 3m 4.5s
delay 93785.5
1999-12-31 03:08:45 -05:00
delay until 4 pm -- cdplay
1999-03-18 21:57:33 -05:00
delay until noon tomorrow
delay until midnight 13 september 2000
delay until now + 5 minutes
1999-12-31 03:08:45 -05:00
delay 15s -- top
1999-03-18 21:57:33 -05:00
It allows for short, long, and customized messages for the display of
1999-12-31 03:08:45 -05:00
the time remaining.