Cheatsheet & Examples: watch
The watch command repeatedly executes a program or command and displays its output. This is useful for monitoring the output of a command that changes over time.
Monitor a Command's Output
Example Usage:
watch ls -l
What it does:
This will repeatedly...
tech.mrleong.net2 min read