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 -->
  #2 (permalink)  
Old 02-02-2008
Lakris Lakris is offline
Registered User
 

Join Date: Oct 2007
Posts: 103
The statement means "if the variable $FILE_NAME is of zero length, then...".
The -s option could mean anything, depending on where it is used.
Check out http://www.tldp.org/LDP/Bash-Beginners-Guide/html/ for a place to start learning shell scripting. If it is bash You want to learn about.
Reply With Quote