#!/bin/sh ## ## Script: 00_find_mp3s_fromHere.sh ## 2010feb17 ## ## FOR TESTING: # set -v LISTFILE="temp_mp3_filenames.lis" find . -name '*.mp3' -print | sort > $LISTFILE gedit "$LISTFILE"