Linux Commands
Run a command repeatedly and display the output
| Run a command repeatedly and display the output |
|
|
|
|
Watch runs a command repeatedly, displaying its output. Watch tcommand allows to check the program output changes over time. By default, the program run every two seconds. This command is similar to tail.
watch -d ls -1 |
| < Prev |
|---|