The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

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




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 07-27-2005
jhansrod jhansrod is offline
Registered User
  
 

Join Date: May 2005
Posts: 80
MY apologies, but what I forgot to mention is that I dont want all the files in the tree.
e.g.
/dir1/dir2/file1.dbf
/dir1/dir2/dir3/file2.dbf
/dir1/file3.dbf
/dir1/dir2/anotherfile.txt
/dir1/dir2a/file2a.dbf
to

/dir1/dir2/file1.dbf
/dir1/dir2/dir3/file2.dbf
/dir1/file3.dbf
/dir1/dir2a/file2a.dbf

THanx

J