1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

フォルダ容量の確認コマンド

Last updated at Posted at 2020-02-28

なんども調べているので備忘録

フォルダの容量を調べて大きい順に並べ変える方法
目的のフォルダで

bash.sh
sudo du -d 1 -h | sort -hr 

-dで深さ,-hでkBのようなわかりやすい単位に変換

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?