Answers for "bash folder size"

4

shell get size of directory

du -h your_directory
# gives you the size of your target directory.
du -hcs your_directory
# If you want a brief output.
Posted by: Guest on March-26-2020
1

bash folder size

du -hs /Path/to/your/folder
Posted by: Guest on May-20-2021

Browse Popular Code Answers by Language