WATCH – Run periodically a program
2008 May 20
You have enough of typing every time ls -lah to see the state of copying files? Try watch ls -lah. Watch runs the given command in a configurable interval and displays the result. It can also highlight the diff between two outputs.

















