Answers for "ls command size"

17

ls file size

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

ls directory size

# With disk usage --summarize and --humanreadable
du -sh *
Posted by: Guest on February-25-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language