|
File properties
Hi ,
I do have a line in my code as follows:
if [[ -z $FILE_NAME ]] ; then
...
else
...
fi
What does the -z does ? Similarly there is -s in some other part of the code. I guess there are many options like this.. Can anybody please tell what all options are available and what do they mean ?
|