The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #7 (permalink)  
Old 09-05-2007
manas_ranjan's Avatar
manas_ranjan manas_ranjan is offline
Registered User
 

Join Date: Jul 2007
Location: PUNE
Posts: 171
can you try this one,

check=`find . -type f -name "*.cc3" -print | wc -l`


NOTE: "." is the current dir , instead you can use your own search dir .

Last edited by manas_ranjan; 09-05-2007 at 01:41 AM.. Reason: added note
Reply With Quote