From: Daniel Berger Date: 2007-12-22T00:13:34+09:00 Subject: Re: Showing Running Processes in variable On Dec 14, 9:41 pm, "M. Edward (Ed) Borasky" wrote: > You haven't specified what operating system you're using. On *Linux*, > the "ps" command generates fields separated by whitespace, so some > simple regex operations will work on them. Other "Unix-like" operating > systems will not necessarily behave this way. This is why you should use sys-proctable. :) Regards, Dan