The UNIX and Linux Forums
>
Top Forums
>
UNIX for Advanced & Expert Users
Help with search script
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
Help with search script
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
6
(
permalink
)
09-05-2007
xramm
Registered User
Join Date: May 2007
Posts: 111
Quote:
Originally Posted by
xramm
Code:
ls -al *.cc3|wc -l
as an alternative to get rid of size,date,owner data...
Code:
ls -al *.CC3|awk '{print $9}'
xramm
View Public Profile
Find all posts by xramm