The UNIX and Linux Forums  

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



Thread: Simple Copy?
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 11-28-2005
grasper grasper is offline
Registered User
 

Join Date: Sep 2005
Posts: 45
You could probably run a find command to get the latest sub-directory within a directory structure, but I'd use :-

ls -tr|tail -1
Reply With Quote