du list all directories

I have a bunch of random folders, some of them are hidden (beginning with a period). I want to list all of them, sorted by their sizes. I have something on the lines of this in mind: ls ...

相關軟體 Folder Size 下載

Folder Size for Windows adds a new column to the Details view in Windows Explorer. The new column shows not only the size of files, but also the size of folders. It keeps track of which folders you vi...

了解更多 »

  • Bash: Display each sub-directory size in a list format using 1 line command? up vote 73 do...
    linux - Bash: Display each sub-directory size in a list form ...
    https://superuser.com
  • The du Command The du (i.e., disk usage) command reports the sizes of directory trees incl...
    How to use the du command -- by The Linux Information ...
    http://www.linfo.org
  • $ du -sh * List all directories and sort by size The previous command is not very useful a...
    List all directories and sort by size - LinuxConfig.org ...
    https://linuxconfig.org
  • I‘m a new Linux and Unix-like system shell user. How can I get a recursive directory listi...
    How To List Directories In Linux or Unix Recursively – ...
    https://www.cyberciti.biz
  • How do I list just directory names on a Linux and UNIX-like operating systems? Linux or UN...
    HowTo: Linux UNIX List Just Directories Or Directory Names ...
    https://www.cyberciti.biz
  • I have a bunch of random folders, some of them are hidden (beginning with a period). I wan...
    shell - How to list ALL directories according to their size? ...
    https://unix.stackexchange.com
  • I am doing it by (with coreutils_8.5-1ubuntu6_amd64): du -sch `find ./ -maxdepth 1 -type d...
    linux command line: du --- how to make it show only total ...
    https://stackoverflow.com
  • How do I list all the files in a directory and subdirectories in reverse chronological ord...
    unix - How do I list all the files in a directory and subdir ...
    https://stackoverflow.com
  • mount will only show those file systems that are mounted over..., right? find / -type d -p...
    list directories on a file system | Unix Linux Forums | UNIX ...
    https://www.unix.com
  • du -sh /* which will give me the space used in the directories off of root, but in this ca...
    disk usage - How do I count all the files recursively ...
    https://unix.stackexchange.com