watch
watch runs command repeatedly, displaying its output (the first screenfull). This allows you to watch the program output change over time.[1]
Documentation
- man 1 'watch' [EN]
Syntax
watch [PARAMETER ...] COMMAND
Parameters
- -n INTERVAL, --interval INTERVAL
- Use -n or --interval to specify a different INTERVAL.
References
- ↑ man 1 'watch'