Answers for "linux display all files by size"

0

get the size of files in a directory linux

# Displays all the files and sizes in MB or GB
du -h --max-depth=1
Posted by: Guest on February-23-2021
0

get total file size linux

du -ach
Posted by: Guest on July-19-2021

Code answers related to "linux display all files by size"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language