Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サーバールートからのすべてのディレクトリのリストを、サイズの大きいものから小さいものの順に返したいと思っています。
さらに、それ自体で最も多くのスペースを使用しているフォルダーを一覧表示する方法はありますか?
これですべてができます....私は思います。
du -H / | sort -n -r > bla.txt && head -1 bla.txt