list file size as mb
ls -l --block-size=M
list file size as mb
ls -l --block-size=M
get the size of files in a directory linux
# Displays all the files and sizes in MB or GB
du -h --max-depth=1
linux file size
cd dir ; du -hsx * | sort -rh | head -20
# example output
# 300MB some_backup_file.log
# 1.8GB some_huge_file.war
linux command for file size
#Get file size of each folder
du -bsh *
ls human readable size
du -sh directory_name #Gives you the summarized(-s) size of the directory in human readable(-h) format
du -bsh * #Gives you the apparent(-b) summarized(-s) size of all the files and directories in the current directory in human readable(-h) format
get size of file linux
du -h your-file.txt
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us