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 -->
  #3 (permalink)  
Old 09-04-2007
bsandeep_80 bsandeep_80 is offline
Registered User
 

Join Date: Jul 2007
Posts: 103
Hi kamitsin,

I have made the change now and it is working. Thanks for your help . i would like to know how i can find the .cc3 files by making a change in this command in the script:

`ls|grep cc3|wc -l`

i tried changing it to `ls|grep *.cc3|wc -l`

but it did not work

Please let me know.

Thanks,
Sandeep
Reply With Quote