Skip to content

Instantly share code, notes, and snippets.

@jmiguelv
Last active April 9, 2018 16:05
Show Gist options
  • Save jmiguelv/a94b8ca395ef07d37836f360fc56d397 to your computer and use it in GitHub Desktop.
Save jmiguelv/a94b8ca395ef07d37836f360fc56d397 to your computer and use it in GitHub Desktop.
find . -type f -printf '%s\n' | awk '{s+=$0} END {printf "Count: %u\nAverage size: %.2f\n", NR, s/NR}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment