bash to check weigth of folder code example
Example: 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.
du -h your_directory
# gives you the size of your target directory.
du -hcs your_directory
# If you want a brief output.