ablog

不器用で落着きのない技術者のメモ

Linux でファイルの更新日時のみを取得する方法

$ touch a
$ stat --print=%y a
2010-02-03 15:44:12.000000000 +0900