[Question] Ignoring multiple glob patterns #1396
Unanswered
anzhi0708
asked this question in
Q&A, Howto, Help
Replies: 1 comment
-
|
I was wondering the same thing but in the source code I found that the pipe is being used to separate multiple patterns like this: eza --ignore-glob 'test*|__pycache__'On the other hand other glob implementations allow something like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I would like to know how this flag (
--ignore-glob=(globs)) can accept two or more pattern parameters because the following command seems to be not workingeza --tree -D --ignore-glob=test*,__pycache__Here, when glob#1
test*and glob#2__pycache__were given at the same time, excluding seems not to be workingBeta Was this translation helpful? Give feedback.
All reactions