sleep.1 530 B

123456789101112131415161718192021222324252627282930313233343536
  1. SLEEP(1) "fases core"
  2. # NAME
  3. sleep \- suspend execution for an interval
  4. # SYNOPSIS
  5. *sleep* _time_
  6. # DESCRIPTION
  7. Suspend execution for an interval.
  8. # EXAMPLES
  9. *sleep 1*
  10. Suspend execution for one second.
  11. *sleep 60*
  12. Suspend execution for 1 minute (60 seconds).
  13. *sleep 90*
  14. Suspend execution for 1 minute and 30 seconds (90 seconds).
  15. # AUTHOR
  16. Written by Ferass EL HAFIDI as part of the fases
  17. project.
  18. Source code is at http://git.vitali64.duckdns.org/utils/fases.git.
  19. # COPYRIGHT
  20. Copyright (C) 2022 Ferass EL HAFIDI