Answers for "check all file sizes linux"

5

linux command for file size

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

get size of file linux

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language