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 -->
  #7 (permalink)  
Old 11-13-2006
mervin2006 mervin2006 is offline
Registered User
 

Join Date: Nov 2006
Posts: 15
using awk..

ls -ltr | awk '/^d/'
Reply With Quote