[net.unix] Xy|Xye|Xyes) bourne shell "case" style

danny@itm.UUCP (Danny) (04/28/84)

:::::::::::
Instead of:
    case X$foo in
        Xy|Xye|Xyes) bar;;
    esac

How about:
    case $foo in
        y*) bar;;
    esac

-- 
				Daniel S. Cox
				(akgua!itm!danny)