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 -->
  #5 (permalink)  
Old 06-21-2005
avadhani avadhani is offline
Registered User
  
 

Join Date: Jun 2005
Posts: 15
Hi ,
Following comand (as you mentioned) gave me correct file name . I want to pipe that filename to other unix command.
find /parent/dir/to/search -name '*.[c|cpp|h]' -exec basename {} \;

Thank for your interest.