On Fri, Jan 24, 2003 at 07:52:36AM -0800, Joris Huizer wrote: > What is the program to use when I want to know which > programs are running ?
ps aux top si grep Name /proc/[0-9]*/status | awk '{ print $2 }' There are more ways, but I think that this is enough. -- Seneca [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]