Watch

From Linuxintro
Revision as of 11:11, 10 September 2011 by imported>ThorstenStaerk (Created page with "watch is a command that allows you to execute another command in a specified interval and display the results. As an example, here is how you watch the size of a file in...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

watch is a command that allows you to execute another command in a specified interval and display the results.

As an example, here is how you watch the size of a file in 1 second intervals:


Stop watch using the key combination CTRL_C