"ps -aux | grep <something>" get whole line

Hi guys,

Maybe a newbie question but my "problem" is that while on a FreeBSD terminal (xfce4), when I grep for a process (via ps -aux | grep <proc>) I only get the max. number of characters my terminal can display horizontally. Is there a way to get he whole line ?

Example:
Code:
[da1@catedral.ro 1:23pm] ~/>ps -aux | grep mysql
mysql     1955  0.0  0.0  8344   800  ??  Is   18Nov11   0:00.02 /bin/sh /usr/local/bin/mysqld_safe --defaults-extra-fil
 
Damn... and I was just reading about the "w" option. Ow well ... one learns as long as one lives :).

Thx SirDice.
 
Back
Top