Brad Shelton
2010-09-17 12:37:55 UTC
When I type at the command prompt:
ps -ef|grep foobar
then all the processes which contain the pattern "foobar" are listed.
Unfortunately the last column (=with the start command) is automatically cut after approx. 50 chars.
How can I display the real full, uncut command?
Brad
ps -ef|grep foobar
then all the processes which contain the pattern "foobar" are listed.
Unfortunately the last column (=with the start command) is automatically cut after approx. 50 chars.
How can I display the real full, uncut command?
Brad