The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
how to find the number of files
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
how to find the number of files
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
10-05-2007
devtakh
Registered User
Join Date: Oct 2007
Posts: 34
do this
Harish,
do this.this shud work
find a/d/e/ -type f \( -name "*.txt" -o -name "*.dat" \) | xargs ls -l | wc -l
all the best.
cheers,
Devaraj Takhellambam
devtakh
View Public Profile
Find all posts by devtakh