The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > Linux > SuSE
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 07-30-2007
quintet quintet is offline
Registered User
 

Join Date: Jun 2006
Posts: 74
Which OS you are using. I tried the same command in AIX

ls -lt | tail -1 | awk '{print $6}'

and I got 'Jul' as response
Reply With Quote