2022-03-30 findコマンドで、指定バイト以下のファイルを削除する Linuxコマンドで、ディレクトリのファイル群に対し、指定容量バイト以下のものは削除する方法。 $ find ./ -type f -size -35c -delete