Watch is used to run a command to run at regular intervals. The basic syntax of the command is
watch [options] command
For example -
watch -n 10 ls -l will execute ls -l command every 10 seconds.
Look pretty interesting... See man pages for more options.
Happy watching.
No comments:
Post a Comment