Posted in Command Line, Linux Monitor the Result of a Command Binny V A October 6, 2008 1 Comment on Monitor the Result of a Command Monitor the result of some command by looping it an infinite while loop. To quit, press Ctrl+C. Thanks to Sreenath for this tip. while [ 1 ]; do ls -l; sleep 2; done Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.
There’s a better one… watch(1) Hmm.. if you’re on a laptop and you want to know how much its heating up watch acpi -V How’s the network doing? watch ifconfig eth0 Reply
There’s a better one… watch(1)
Hmm.. if you’re on a laptop and you want to know how much its heating up
watch acpi -V
How’s the network doing? watch ifconfig eth0