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 -->
  #4 (permalink)  
Old 07-30-2007
quintet quintet is offline
Registered User
 

Join Date: Jun 2006
Posts: 74
I am not sure..

try executing the command with full path


/bin/ls -lt | tail -1 | awk '{print $6}' >> /tmp/ramb.out
Reply With Quote