Charles Steinkuehler wrote:
[snip]

> There's always:
> ps axc | sed /grep/d | grep xntpd
> -or-
> ps axc | sed -n '/sed/d;/xntpd/p'


I like the Oxygen ps command, because I can type

  ps h -C xntpd

and it will print out only the xntpd line if it's
there, and nothing otherwise.  Sort of like 'which'.

Regards,
Matthew

_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to