Skip to content

Instantly share code, notes, and snippets.

@ezhov-da
Created November 18, 2020 06:21
Show Gist options
  • Save ezhov-da/f176f83bf3fa63e969d463ce4b5af25e to your computer and use it in GitHub Desktop.
Save ezhov-da/f176f83bf3fa63e969d463ce4b5af25e to your computer and use it in GitHub Desktop.
Sleep
==> https://www.cyberciti.biz/faq/linux-unix-sleep-bash-scripting/
Seconds:
sleep 5
Want to sleep for 2 minutes, use:
sleep 2m
Halt or sleep for 3 hours, use:
sleep 3h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment