Posted by marduk on Friday, October 21, 2005 20:04 UTC
This is what Hell sounds like:
$ cat Hell.sh
# using alsa & dmix...
sleep 1
mpg321 -q -o alsa "$1" &
$ find Music -name '*.mp3' -print |wc -l
141
$ find Music -name '*.mp3' -exec sh Hell.sh {} \;