[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: case statement question again...



>>        [10-31]) SearchStr="$Month $Day";;

That means "a single character in the set 1, 0 through 3, and 1", so
it will match any of 0 1 2 3  and nothing else.

>>#       [12][0-9]) SearchStr="$Month $Day";;
>>#       30 | 31 ) Day=02; SearchStr="$Month  9";;

That's more like it; the [12][0-9] will match 10 through 29.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: