watch
Verified for current stable LTS
Watch Command: Run Command Every 60 Seconds
Use for run command every 60 seconds with Watch. Exact CLI syntax to run command every 60 seconds using Watch.
When to use this: Use for run command every 60 seconds with Watch.
Command Syntax
watch -n 60 <command> watch -n 60 <command> Live Command Builder
Final Command
watch -n 60 <command> Command Breakdown
-n- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to run command every 60 seconds using Watch.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Watch Command: Execute Command Periodically
watch <command> Watch Command: Exit Watch On Output Change watch -g <lsblk> Watch Command: Interpret Terminal Control Characters watch -c <ls --color=always> Watch Command: Monitor Disk Space Highlight Differences watch -d df Watch Command: Run Pipeline Commands Repeatedly watch "<command1> | <command2> | <command3>"