Horje
linux command for file size Code Example
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 *




Shell

Related
bash back to last folder Code Example bash back to last folder Code Example
magento 2 configure cron command line Code Example magento 2 configure cron command line Code Example
npx gitignore generator Code Example npx gitignore generator Code Example
bash last folder command Code Example bash last folder command Code Example
how to completely remove blender from ubuntu Code Example how to completely remove blender from ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11