LinuxAbove.com

open

Home arrow Linux Commands arrow Run a command repeatedly and display the output

Advertisement

Run a command repeatedly and display the output PDF Print E-mail
User Rating: / 1
PoorBest 

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