Finding the size of an mp3 collection

(I got this command from gatorparrots at www.macosx.com)

# find / -iname "*.mp3" -print0 | xargs -0 du -ckh.

Make sure you are root.


CategoryLinux

SizeOfMp3Collection (last edited 2006-04-01 16:12:26 by scorpio)