On 27 Dec 2000, at 12:53, Peter Pentchev wrote:

> Something like..
> | /usr/bin/perl $HOME/process.pl > ~/msgs/$FILE.tmp && \
>   mv ~/msgs/$FILE.tmp ~/msgs/$FILE.cvs

Thanks for that.  It's helped me solve a procmail problem I was having.  
The files were 600 instead of 640, so I did this:

|/usr/bin/perl $HOME/process_cvs_mail.pl > ~/msgs/$FILE && chmod 
o+r ~/msgs/$FILE

Works great.  Cheers.

--
Dan Langille
The FreeBSD Diary - http://freebsddiary.org/
       FreshPorts - http://freshports.org/
     NZ Broadband - http://unixathome.org/broadband/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to