View Single Post
  #16 (permalink)  
Old 07-20-2006
Glenn Arndt's Avatar
Glenn Arndt Glenn Arndt is offline
Anomalous Lurker
 

Join Date: Feb 2006
Location: Indianapolis, IN
Posts: 255
If you want to be verbose:

Code:
if (( $filecount == 10 )); then
  print "success"
  exit 0
else
  print "failure"
  exit 1
fi
Reply With Quote