On Sat, 13 Jan 2001, Stefan van der Eijk wrote:

> if [ `grep PhotoShelf.conf /etc/httpd/conf/httpd.conf | wc -l` = 0 ];

Why not:

if (grep -q PhotoShelf.conf /etc/httpd/conf/httpd.conf);
then
..
fi



sebA


Reply via email to