View Single Post

  #5 (permalink)  
Old 03-30-2006, 12:04 PM
warren warren is offline
Member
User
 
Join Date: Jun 2005
Posts: 45
Rep Power: 0
warren
Default

You got it! thank you so much.
I should have study awk. After some basic courses of awk, i've arrived to something like this:

ln -s log0.txt "`ls -ld --time-style="+%b %e, %Y %k%M%S" log0.txt | awk '{ print $6" "$7" "$8" "$9}'`"

the output would be:
Mar 30, 2006 122104

thanks....
Reply With Quote