[WBEL-users] bash causes sporadic job control output

Andy Rabagliati andyr@wizzy.com
Tue, 20 Jul 2004 19:37:05 +0200


On Tue, 20 Jul 2004, Alan Sparks wrote:

> ====== the script for reference =====
> #!/bin/sh
> /opt/sendmail/mailq \
>         | perl -n -e '/^\s+\<.*\@(.*)\>/ && print "$1\n"' \
>         | sort \
>         | uniq -c \
>         | sort -nr

No lurking spaces after those backslashes ?

Try sticking it all on one line ?

md5sum the scripts on the different boxes just to make sure ?

Cheers,  Andy!