Answers for "get a file size in ubuntu"

18

ubuntu list file by size

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

how to get the size of a file in linux

du -sh filename # gives size of filename
Posted by: Guest on March-12-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language