Hi all,
Can any one explain me what the below 'if' statement checking for?
if [ ! -s $filename]; then
do something
fi
Iam aware of the remaining options like -z, -r, -w, -x etc., with 'if' statement, but I dont know about '-s'
.
Thanks in advance,
Mysore 101 Ganapati.