I\'m trying to write a script that will calculate a directory size and if the size is less than 10GB, and greater then 2GB do some action. Where do I need to mention my fol
To just get the size of the directory, nothing more:
du --max-depth=0 ./directory
output looks like
5234232 ./directory