On 2012-03-02 12:56 PM, Pandu Poluan <[email protected]> wrote:
On Mar 3, 2012 12:49 AM, "Tanstaafl" <[email protected] <mailto:[email protected]>> wrote: > > Does anyone know if there is a way to filter the output of ps aux to show only lines that have a value in the %CPU column higher than x - ie, 1.0, or 2.0, or something like that? > > Thanks > For that, you need awk instead of grep.
Never used awk... any chance you (or someone) could provide an example of how to do this?
Also - would there be a way to get a running output (kind of like tailing a log)?

