Stewart C. Russell wrote: Trivial and crude Bourne Shell script to play all the *.shn files in the current directory: #!/bin/sh for file in *.shn do shorten -x $f - | play -V - -t wav done Assumes the user has Chris Bagwell's Sox tool installed, which just about everyone has.