-->

Saturday, March 15, 2014

Check if a file exists


for i in $(sed -e 's@.*/zones@/var/www/zones/@' second-annotation-andrea.jpgl);
 do if [ !  -e "${i}" ]; 
then echo "NOFILE"; 
fi; done

No comments:

Post a Comment