Answers for "how to find the size of a file in linux"

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 size of file linux

du -h your-file.txt
Posted by: Guest on September-19-2021

Code answers related to "how to find the size of a file in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language