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....
|