Hard to understand how globs are working #1584
-
I read globs Consider the following example:
What's the problem with the query? |
Beta Was this translation helpful? Give feedback.
Answered by
BurntSushi
May 16, 2020
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kaldown
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
--glob
only impacts recursive search. You aren't doing recursive search. You're searching stdin, assuming you havegrep
aliased torg
. You probably wantrg -v chromium
.