#!/bin/sh find `dirname $0` -type f -name '*.midi' -printf '%f ' -print \ | sort \ | sed 's/^[^ ]* //' #------eof