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

Join Date: May 2007
Posts: 111
Quote:
Originally Posted by xramm View Post
Code:
ls -al *.cc3|wc -l
as an alternative to get rid of size,date,owner data...

Code:
ls -al *.CC3|awk '{print $9}'
Reply With Quote