Random sleep duration in bashDate: July 28, 2020Tags: bash, Linux, random delay, sleepCategories: Bash, Linux This will introduce a 1-10 second random sleep/pause in the script: sleep $[ ( $RANDOM % 10 ) … [root@nano.cat]# Check it out!