When I do 'ps aux' a lot of the lines are longer than the width of my terminal, and not wrapping to the next line. At first I thought it was my stty settings, but I noticed that other commands like netstat do wrap lines in my terminal. I would prefer not to be forced to use less or some other pager.
Does anybody know why the lines are not wrapping? and how to fix?
ps
is a rather old command. It reads the width of the terminal and sets up the format accordingly. You could override this with the--cols
option.And then with longer lines