On Fri, Mar 02, 2012 at 01:03:55PM -0500, Tanstaafl wrote: > Also - would there be a way to get a running output (kind of like > tailing a log)?
watch -n1 "ps aux | gawk '{ if ( \$3 > 1.0 ) { print } }'"
On Fri, Mar 02, 2012 at 01:03:55PM -0500, Tanstaafl wrote: > Also - would there be a way to get a running output (kind of like > tailing a log)?
watch -n1 "ps aux | gawk '{ if ( \$3 > 1.0 ) { print } }'"