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