[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Exim - remove many messages



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 debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: