LoginSignup
173
143

More than 1 year has passed since last update.

linux mac ファイル容量降順にソート

Last updated at Posted at 2014-09-10

容量をくってるベスト100を表示
du -ma | sort -rn | head -100

ディレクトリのみを検索する場合はこちら
du -m | sort -rn | head -100

173
143
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
173
143