The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



Thread: File properties
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 02-02-2008
risshanth risshanth is offline
Registered User
 

Join Date: Oct 2007
Posts: 61
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 ?
Reply With Quote
Forum Sponsor