On 2012-03-02 1:12 PM, Jason <[email protected]> wrote:
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 } }'"
Perfect!!! Thanks so much guys!

