28 Jul
2009
28 Jul
'09
18:21
David C. Rankin wrote:
But that seems like a clunky use of case. Is there a better way?
Yes: $ shopt -s nocasematch $ [[ "foo" == "FoO" ]] && echo bar bar $ That's it. Regards nordi -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org