add directory Minix
This commit is contained in:
65
Minix/1.7.5/MANUALS/CAT0/SLEEP
Normal file
65
Minix/1.7.5/MANUALS/CAT0/SLEEP
Normal file
@@ -0,0 +1,65 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Command: sleep - suspend execution for a given number of seconds
|
||||
Syntax: sleep seconds
|
||||
Flags: (none)
|
||||
Example: sleep 10 # Suspend execution for 10 sec.
|
||||
|
||||
The caller is suspended for the indicated number of seconds. This
|
||||
command is typically used in shell scripts.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user