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 the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 11-13-2006
heprox heprox is offline
Registered User
  
 

Join Date: Jul 2005
Posts: 32
You lost me....

Forgive my ignorance, so how would bracketing the "-a" work?


Code:
[[ -a /gers/genret/tmp/poll_$fileExtension.txt  ]] && continue

...it would check for the file "poll_" and if it found it stop there and move onto the next file? I'm confused how this works?