Ken,

Try this option to "ps":

---
-w Use 132 columns to display information, instead of the default
which is your window size. If the -w option is specified more
than once, ps will use as many columns as necessary without
regard for your window size.
---


You could also try setting some sort of environment variable to change your "window size"- I believe 80 columns is the default terminal width...

- Brian

I'm trying to get a listing of all the processes in OS X that are running by
using "ps -x". In the Terminal, the paths that are displayed under the
"COMMAND" heading are as long as will fit in the width of the Terminal, but
when I do:


  put shell("ps -x")

I get a truncated listing (about 80 chars). Any way I can get the full
listing through shell? Some command-line tweak?

Thanks for any help that can be provided,

Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/


_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution



_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to