bug-bash
[Top][All Lists]
Advanced

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

Re: RFE: request for quotes as grouping operators to work in brackets as


From: Linda Walsh
Subject: Re: RFE: request for quotes as grouping operators to work in brackets as elsewhere.
Date: Sat, 18 Sep 2010 15:12:53 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.24) Thunderbird/2.0.0.24 Mnenhy/0.7.6.666




IT isn't the == operator that turns t??t into something that can match 'test'

It absolutely is.  If you don't think so, you fundamentally misunderstand
its purpose and operation.
---

        Then where is the operator when you take the same chararcters
t??t and place them as an argument to 'echo' or 'ls'

echo t??t
ls t??t

The turn into something else there as well and there's no '==' to be
found.


There is a difference between glob chars and regex chars.  Regex chars
only expand in the presence of a regex operator.

The glob chars expand on the command line without any operator being present to match files in the current directory of the file system.

Regex characters don't do that  or is that just gibberish too?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]