Answers for "linux list files show size"

17

linux list files by size mb

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

linux command to list directory size

sudo du -sh /var
Posted by: Guest on April-09-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language