LINUX – How do you make `ls` show file sizes in megabytes?
ls -l –block-size=M will give you a long format listing (needed to actually see the file size) and round file sizes up to...
ls -l –block-size=M will give you a long format listing (needed to actually see the file size) and round file sizes up to...
Our site uses cookies. By using this site, you agree to the Privacy Policy and Terms of Use.