Skip to main content

All Questions

Tagged with
0 votes
1 answer
43 views

Can I do an inclusive du, as opposed to exclusive?

I need to do a du search that only grabs certain subfolders. For example, here is the directory structure: du -b 0 ./678 21 ./679/536/Content_Repository_PoC_-_Main 73 ./...
CaptainSkyfish's user avatar
98 votes
2 answers
148k views

du only for directories

In C-Shell, how can I get the same output as du -sh ./* but without listing the files in the root dir, i.e. just a list of subdirectories in ./ and the sizes of all their contents?
foglerit's user avatar
  • 1,095