bash には、タイムスタンプに基づいてディレクトリ内のすべてのファイルを一覧表示するコマンド ラインがあります。例えば、
\ls -ltr dir/file*
-rw-r--r-- 1 anon root 338 Aug 28 12:30 g1.log
-rw-r--r-- 1 anon root 2.9K Aug 28 12:32 g2.log
-rw-r--r-- 1 anon root 2.9K Aug 28 12:41 g3.log
-rw-r--r-- 1 anon root 2.9K Aug 28 13:03 g4.log
-rw-r--r-- 1 anon root 2.9K Aug 28 13:05 g5.log
タイムスタンプが より前のすべてのファイルを一覧表示したいAug 28 13:00
。
アップデート :
]$ find -version
GNU find version 4.2.27
Features enabled: D_TYPE O_NOFOLLOW(enabled) LEAF_OPTIMISATION SELINUX