Answers for "how to see size of all files in ubuntu"

18

ubuntu list file by size

ls -l --block-size=M
Posted by: Guest on May-28-2020
2

ubuntu folder size

du -hs /path-to-directory
Posted by: Guest on November-05-2021

Code answers related to "how to see size of all files in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language