Answers for "list with file size in linux"

17

linux list files by size mb

ls -l --block-size=M
Posted by: Guest on May-28-2020
6

linux command for file size

#Get file size of each folder
du -bsh *
Posted by: Guest on April-26-2020
0

linux size of files

du -sh *

https://stackoverflow.com/questions/1019116/using-ls-to-list-directories-and-their-total-sizes
Posted by: Guest on January-18-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language