Skip to content

Instantly share code, notes, and snippets.

@mattiarossi
Created December 9, 2013 08:48
Show Gist options
  • Select an option

  • Save mattiarossi/7869264 to your computer and use it in GitHub Desktop.

Select an option

Save mattiarossi/7869264 to your computer and use it in GitHub Desktop.

Revisions

  1. mattiarossi created this gist Dec 9, 2013.
    1 change: 1 addition & 0 deletions totalSize
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ls -l `find . -name \*.mp3` | awk '{ x += $5 } END { print "total MB:" x/(1024*1024) }'