#!/usr/bin/sh awk '{print strftime("%Y.%m.%d %H:%M:%S",substr($0,1,17)) substr($0,19);}'