add directory Minix

This commit is contained in:
gohigh
2024-02-19 00:21:39 -05:00
parent 56596ada90
commit 5a46ddb732
2923 changed files with 1764412 additions and 0 deletions

View 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.