On Tue, Mar 26, 2002 at 10:43:43AM +0000, Rory Campbell-Lange wrote: > Secondly, I'd like to make something like the line below work in bash. > Exim complains in this case of not finding a message with id "-". > > cat /tmp/e | exim -Mrm - >
have a look at the xargs program. You should be able to cat /tmp/e | xargs exim -Mrm > There must be a more elegant solution without using perl or python. There almost always is :) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]