ログ中の日付の変換
# ltsv中の21つ目のカラムのunixtimeを変換 awk -F'[:\t]' '{print "date:"strftime("%Y/%m/%d %H:%M:%S ", $2), $0}' /var/log/hoge.log