Long lines don't bother me, so long as it works! :D
Thanks for the very cool addition to the script. I agree that it's
better not to leave a file hanging around. Being somewhat new to
scripting, so I got to learn something new!
Scott
On 6/5/10 3:19 PM, Eric Shubert wrote:
My mistake. I had the backslash in there to continue on to the next
line, but didn't notice that the <cr> wasn't in there (it was being
line wrapped). Should've been:
~vpopmail/bin/vpopbull -n -V \
| ezmlm-sub ~vpopmail/domains/domainname.net/mailinglistname
I think this is actually better. More logical to break the line before
the pipe (|), and continuations should be indented for readability.
I hate lines that are really long. Probably comes from IBM punch card
daze. ;)