bash sleep linux

  1. bhawanisingh

    What is Bash Sleep? It's Uses and examples.

    Sometimes you will need to delay for a specified time, pause for an amount of time specified by the sum of the values of the command line arguments. To get this done we can use sleep. The syntax is: here, suffix are s - seconds (default) m - minutes h - hours d - days NOTE: We we do not use...
Top