du –max-depth=1 | sort -n # Show the size of all the directories in the current directory and sort them by size.
hatta du -h –max-depth=1 | sort -n
[root@isminiyaz log]
# du -h –max-depth=1 | sort -n
2,0M    ./directadmin
4,0K    ./iptraf
4,0K    ./ntpstats
4,0K    ./sssd
7,4G    .
8,0K    ./samba
21M    ./sa
30M    ./audit
32K    ./ConsoleKit
56K    ./cups
80K    ./prelink
111M    ./httpd
554M    ./proftpd
698M    ./exim
[root@isminiyaz log]
#