linux pause command code example Example: pause in bash #pause 5 second, first method read -t 5 #pause 5 second, second method sleep 5s