Bernhard Voelker wrote:
On 12/07/2012 07:10 PM, Per Jessen wrote:
# ps axfl | grep spamd 0 0 10780 3670 20 0 2916 544 pipe_w S+ pts/2 0:00 _ grep --color=auto spamd 0 0 10778 1 20 0 11060 6968 - Rs ? 0:00 /usr/bin/perl -T -w /usr/sbin/spamd -d --socketpath=/var/lib/bulwark/spamd --nouser-config --virtual-config-dir=/var/lib/bulwark/domains/%l/%d --siteconfigpath=/var/li
The line is just truncated. Is there some setting I've missed?
Not sure, maybe add "ww"? -> ps axflww Seems to work here.
Thanks, that works here too, but in the older system (11.0) I get that (ww) by default when I pipe the output to grep. Something's changed.
/Per