「Linux」findでファイル容量0のファイルを検索する

2021年4月10日

書式
find ファイル名 -empty
使用例
# touch ./123/empty.txt
# find 123 -empty
123/empty.txt

Linux

Posted by arkgame