Re: OT: Terminal ps grep window size issue?
Re: OT: Terminal ps grep window size issue?
- Subject: Re: OT: Terminal ps grep window size issue?
- From: Martin Orpen <email@hidden>
- Date: Fri, 18 Feb 2005 19:55:50 +0000
on 18/2/05 6:02 pm, Jake Pietrykowski at email@hidden wrote:
> ps -aux | grep SomeApplicationName.app
>
> The above line should return me a list of the process containing the
> SomeApplicationName.app
Modify it to produce less information.
The simplest output would be something like:
ps -U root -c | awk '{ print $NF }'
Replace "root" with the name of the user that you are interested in.
--
Martin Orpen
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden