By default watch command runs a command or script for every two seconds by default, we can increase or decrease the interval by using -n option
minimum is 0.1 second
#watch -n 0.1 -t lsof -i
-t = supresses the time on top of display
minimum is 0.1 second
#watch -n 0.1 -t lsof -i
-t = supresses the time on top of display
No comments:
Post a Comment