SLEEP.1
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 0k
Category:

OS Develop

Development Platform:

WINDOWS

  1. .TH SLEEP 1
  2. .SH NAME
  3. sleep - suspend execution for a given number of seconds
  4. .SH SYNOPSIS
  5. fBsleep fIsecondsfR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH EXAMPLES
  18. .EX "sleep 10" "Suspend execution for 10 sec."
  19. .SH DESCRIPTION
  20. .PP
  21. The caller is suspended for the indicated number of seconds.
  22. This command is typically used in shell scripts.
  23. .SH "SEE ALSO"
  24. .BR sleep (3).