ubuntu check file size terminal code example
Example 1: ls human readable size
ls -l --block-size=M
Example 2: linux command for file size
#Get file size of each folder
du -bsh *
ls -l --block-size=M
#Get file size of each folder
du -bsh *