Skip to content

Instantly share code, notes, and snippets.

@wjlafrance
Created April 12, 2017 02:22
Show Gist options
  • Save wjlafrance/b58ad712d20bcea078ca98fa1b9c9043 to your computer and use it in GitHub Desktop.
Save wjlafrance/b58ad712d20bcea078ca98fa1b9c9043 to your computer and use it in GitHub Desktop.
usage: ./filesize.sh *.mp3
stat $1 | awk '{print $8}' | paste -sd "+" - | bc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment