On Apr 26, 2007, at 5:52 PM, Robert Rothenberg wrote:
if [[ $string =~ \ foo\ ]] ; then ...
That's just wrong. I mean, it's correct syntax, but it's wrong to have to use that syntax exclusively instead of quoting..
What is their logic?
On Apr 26, 2007, at 5:52 PM, Robert Rothenberg wrote:
if [[ $string =~ \ foo\ ]] ; then ...
That's just wrong. I mean, it's correct syntax, but it's wrong to have to use that syntax exclusively instead of quoting..
What is their logic?