The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 12-04-2007
robsonde robsonde is offline
Registered User
 

Join Date: Dec 2007
Posts: 51
if [ -f *myfile ]
then
do stuff
else
do other stuff
fi
Reply With Quote