procmail
[Top] [All Lists]

Re: Test if a file exist

2000-11-29 16:14:36
Something like this?

:0
| if [ -f "filename" ]; then do something; fi


On Wed, 29 Nov 2000, Roberto Wagner wrote:

Hi all
I want to test if a file exist to to make a decision.
I will need to creat a file in a certain moment too.



-----
Roberto Wagner
rwagner(_at_)tecknowhow(_dot_)com
www.tecknowhow.com


_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>