Oh, one more thing about patterns - a question this time, though the
answer might end up suggesting more text that needs to be in
the standard.

If I have

        var='a*"?"'

and then I do

        echo $var

what should the result be?   Is this absolutely the same as

        echo a*"?"

?

And if so, whay would happen if instead I had

        var='a*"?'

(and used it the same way?)

kre

Reply via email to