# If you are in same directory
------------------------------
du -hs
# If you are in different location
----------------------------------
du -hs /path/to/directory
# If you want to list the size seperatyly for each sub directory
----------------------------------------------------------------
du -h | sort -h
0 Comments