Does anyone know the difference of ps -awx vs. ps -awwx?
I'm tracking down some processes, and I see significantly more information when I add an additional "w". Does this work like in other cases (such as SSH debugging) when you issue multiple "v", the more "verbose" the output is? I didn't see anything in the man pages about this.
man ps: "-w Wide output. Use this option twice for unlimited width." – Dennis Williamson Feb 7 '11 at 20:56