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.
C ドライブの最上位にあるディレクトリとファイルを一覧表示し、それらの完全なサイズを一覧表示する DOS コマンドを探しています (つまり、再帰的な分析によって - ただし、最上位のサイズのみを返します)。
これを行うためにコマンドラインで実行できるものはありますか?
これに対する秘訣は、cygwin を起動して実行することです。
du -k . | egrep -v "\./.*/.*" | sort -n