tail -f access.log | awk -F " " '{system("echo -n $(date -d @\"" $1 "\")") ; $1=""; print $0 }' # Real time convert timestamp.
0
0
0
0
0