I want to keep an eye on the output of a particular command, say ps aux | grep guest
.
I'm waiting for it to change. Is there any way I could do something like the tail
command does to a file?
Max
You're looking for:
watch "ps aux | grep guest"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With