How can I scroll within the output of my watch command?
I use the watch command to see the contents of my directory changing as a script runs on it (via watch ls dir/)
I use the watch command to see the contents of my directory changing as a script runs on it (via watch ls dir/)
I usually use watch Linux utility to watch the output of a command repeatedly every n seconds, like in watch df -h /some_volume/.
I like the watch command, but it has its limitations.
Sometimes I restart a device and need to ssh back in when it’s ready.