bash repeat a command every x seconds code example Example: bash run a command every x second while sleep 1; do echo "Hi"; done