Created
February 5, 2014 14:27
-
-
Save yashk/8824672 to your computer and use it in GitHub Desktop.
Avg folder size under linux dir
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
du -s /data/sub_dir/*/* | awk '{sum=sum+$1} END {print ((sum / NR) /1024)/1024 " GB"}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment