The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > HP-UX
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 04-02-2008
matt.d's Avatar
matt.d matt.d is offline
Registered User
 

Join Date: Feb 2008
Location: /dev/null
Posts: 62
See if this meets your requirements:

Code:
ls -altR | awk '{print $9 ":  " $6 "-" $7 "-" $8}'
Reply With Quote