The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




Thread: list files
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 06-21-2005
avadhani avadhani is offline
Registered User
  
 

Join Date: Jun 2005
Posts: 15
list files

Hi ,
I want to list all files like *.C , *.h *.cpp in directory and subdirectory.
Take this each file (only file name should be taken) and pass it as argument to other unix command.
how do it sinlge command line.

Thanks