Bash Sleep utility

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Introduction

Sleep command can be used to pause for given time.

If you want to use different input, use like this Seconds : $sleep 1s (seconds is default) Minutes : $sleep 1m Hours : $sleep 1h days : $sleep 1d

If you want to sleep for less that one second, use $sleep 0.5 You can use like above according to your need.



Got any Bash Question?