Created
April 12, 2017 02:22
-
-
Save wjlafrance/b58ad712d20bcea078ca98fa1b9c9043 to your computer and use it in GitHub Desktop.
usage: ./filesize.sh *.mp3
This file contains hidden or 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
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