procmail
[Top] [All Lists]

Re: chmod immediately?

1997-07-13 21:00:00
Author: Mitsuru Furukawa <furu(_at_)009(_dot_)com>
Date: Mon, 14 Jul 1997 11:41:56 +0900
Message-ID: <199707140242(_dot_)LAA08465(_at_)pop2(_dot_)tky(_dot_)threewebnet(_dot_)or(_dot_)jp>

> :0c
> <snip>
> echo "<h1>END of WEB</h1>" >> $WEB/$FILE.html;
> :0a
> | chmod a+r $WEB/$FILE.html

why not make it into one recipe

:0
<snip>
echo "<h1>END of WEB</h1>" >> $WEB/$FILE.html; chmod a+r $WEB/$FILE.html

or (better)

:0
<snip>
echo "<h1>END of WEB</h1>" >> $WEB/$FILE.html && chmod a+r $WEB/$FILE.html

TjL

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