CentOSにfindで指定サイズ以上のファイルを検索する

実行例
「/data」ディレクトリ内でサイズが500M以上のデータを検索する。
# find /data -size +500M | xargs ls -l | sort -rn

Software

Posted by arkgame