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

Join Date: May 2007
Posts: 111
Quote:
Originally Posted by bsandeep_80 View Post
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
Code:
ls -al *.cc3|wc -l
Reply With Quote