フォルダ内のすべてのファイルの数を見つけることができますが、かなり大きな数になりました。
find . -type f | wc -l #find number of files in DIR
ls -lrt #list all files order by date
1日あたりのファイル数を調べる方法は?
したがって、結果は次のようになります。
# left number is number of files and right is one day.
109294 2016-06-27
101555 2016-06-26
88123 2016-06-25
... etc.
Sry、それは1日あたりのファイル数です。
—
タスマニスキ
109294
および109294