Answers for "linux show file size inside folder"

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

Code answers related to "linux show file size inside folder"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language