Y
Hacker News
new
|
ask
|
show
|
jobs
by
dualbus
2956 days ago
> will be surprised that [[ "foo" == "f*" ]] does pattern matching
It will not do pattern matching, because you quoted the right-hand side.
2 comments
geofft
2956 days ago
... ... okay, now I extremely object to [[ "foo" == f* ]]
not
doing globbing and doing pattern matching. But, I guess Google folks have experience that this is non-confusing?
link
your-nanny
2956 days ago
Which is totally fucking indane
link