How can I output all files/directories, ordered by size, including
hidden ones
(those whose name starts with a dot), all in one go?
1
The difference to How can I sort du -h output by size is
that I'm requesting an output
that includes all files and directories – whether hidden or not.
References
- How can I sort du -h output by size
- How can I find the biggest directories in Unix / Ubuntu?
- How to use
du
to see files greater than a threshold size - How do you sort
du
output by size? - How to list all files ordered by size
- du command does not parse hidden directories
- How to get the summarized sizes of directories
- Display each subdirectory size in a list format
- Fast way to display the size of each subdirectory
1 By size of a directory, I mean the sum of all file sizes in the directory and all of its subdirectory tree.