Forrest logo
back to context overview

while

List of commands for while:

  • while:tldr:c7dcb while: Execute a command forever once every second.
    $ while :; do ${command}; sleep 1; done
    try on your machine
    explain this command
back to context overview