if test $# -eq 0
then
	echo "Syntax:  deaddates song title"
	echo "Example: deaddates simple twist of fate"
	exit
fi
if test -f deadsets
then
	quote deadsets -s"$*" | grep "^[L,D][o,a][c,t][a,e].*: "
else
	echo "You need to have the file 'deadsets' in the current directory."
fi
