Update misc/kde4-l10n-lv to version 4.12.4
[dports.git] / misc / delay / pkg-descr
1 Delay is a program that counts down the number of seconds specified
2 on its command line.
3 In this way, it's sort of like the standard sleep(1) command, except
4 for the fact that it provides feedback of the time remaining.
5
6 Here some usage example:
7 delay 1d 2:03:04.5
8 delay 1d 2h 3m 4.5s
9 delay 93785.5
10 delay until 4 pm -- cdplay
11 delay until noon tomorrow
12 delay until midnight 4 october 2003
13 delay until now +5 minutes
14 delay 15s -- top
15
16 It allows for short, long, and customized messages for the display of 
17 the time remaining. 
18 - example of output : delay -v until 4 pm tomorrow
19                       Time Remaining: 1 days, 07:51:39.
20
21 Author: Tom Rothamel <tom@onegeek.org>