Revision: 33438
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 8, 2010 20:26 by limepix
Initial Code
find /home/limepix/Music/ -name *.mp3 -print0 | xargs -0 du -ch
Initial URL
Initial Description
This snippets leaves out all other files like .png, .jpg, and everything else that appears in a normal music library (artwork, images, etc. ...) and only calculates the size of music (.mp3) files
Initial Title
Calculate size of your mp3 library on linux console
Initial Tags
Bash, linux
Initial Language
Bash