Skip to content

Instantly share code, notes, and snippets.

@haruo31
Created December 14, 2016 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haruo31/c989fa408e9b0334c52e41aed8122fe5 to your computer and use it in GitHub Desktop.
Save haruo31/c989fa408e9b0334c52e41aed8122fe5 to your computer and use it in GitHub Desktop.
Sum size of files which are found in find command.
$ find . -name '*.m2ts' | xargs stat -c%s | paste -s -d+ | bc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment