linux check file size in mb for folder code example
Example 1: list file size as mb
ls -l --block-size=M
Example 2: print file size in mb linux
ls -ltrh #acceding with time here
ls -l --block-size=M
ls -ltrh #acceding with time here