Re: Getting a PID and killing a process
Re: Getting a PID and killing a process
- Subject: Re: Getting a PID and killing a process
- From: garbanzito <email@hidden>
- Date: Sun, 17 Mar 2002 10:08:24 -0700
at 2002 03 16, 19:02 -0800, they whom i call John W Baxter wrote:
See
man ps
[...]
w is wide output (which here makes room for the command names)...an
additional w widens the output som more, and so on [it must stop sometime]
the additional w is a good idea, it makes the line length
unlimited, allowing you to find the process name in case
it's file has a very long path. hence
ps auxww
also helpful might be to put the process id first on the line.
i use this to do that
ps axwwopid,command
--
steve harley email@hidden
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.