One of the annoyances that I haven't fixed yet is this:
When you use
the commands are actually capped on line length, by default. I don't know why they are, but actually that suits ...
... because:
say you run this:
(and there are processes with "whatever" in the process description), he is actually listing the FULL command description. For some commands (typically Java things) that can be 5 lines of text ! Just for one command. Now, if you have 10 of those commands, the output doesn't fix my screen (while being set full screen!).
In other words ... process info capping would be nice, so that my ten commands actually use 10 lines, not 10 times 5 or 10 times 7 ..
So the question is, why does it cap in one command, not the other. The GREP has no capping function, it removes offending lines, no more, no less. So, the GREP should not make a difference.
Either " ps -ef " should not be capping, or " ps -ef | grep whataver " should ...
When you use
ps -ef
the commands are actually capped on line length, by default. I don't know why they are, but actually that suits ...
... because:
say you run this:
ps -ef | grep whatever
(and there are processes with "whatever" in the process description), he is actually listing the FULL command description. For some commands (typically Java things) that can be 5 lines of text ! Just for one command. Now, if you have 10 of those commands, the output doesn't fix my screen (while being set full screen!).
In other words ... process info capping would be nice, so that my ten commands actually use 10 lines, not 10 times 5 or 10 times 7 ..
So the question is, why does it cap in one command, not the other. The GREP has no capping function, it removes offending lines, no more, no less. So, the GREP should not make a difference.
Either " ps -ef " should not be capping, or " ps -ef | grep whataver " should ...