Difference between revisions of "Sleep"
From Linuxintro
imported>ThorstenStaerk |
imported>ThorstenStaerk |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
waits for ''1 minute''. | waits for ''1 minute''. | ||
− | The command [[wait]] does something else. | + | The command [[wait]] does something else, it waits for a process to change its state. |
= See also = | = See also = | ||
− | * [http:// | + | * [[Shell Skripting Tutorial]] |
+ | * [http://linux.die.net/man/3/sleep sleep man page] |