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 05-14-2008
Katkota Katkota is offline
Registered User
 

Join Date: Oct 2007
Posts: 81
I did this below to get the last directory in the tree & all i need is a similar ones:

.*/([^/\n\r]*?)$
Reply With Quote