Is there any way to get a handle on what matched in a case statement?  
Something like this:

case "lawlesspoets" in
        *poets)
                echo $CASEMATCH one
                ;;
        lawless*)
                echo $CASEMATCH two
                ;;
esac


-- 
Yorick


Reply via email to