The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 10-07-2007
harish409 harish409 is offline
Registered User
 

Join Date: Sep 2007
Posts: 7
Quote:
Originally Posted by devtakh View Post
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
Thanks man... its working.. can you answer the 2nd query tooo ...
Reply With Quote