Type with Custom Globs #251
Unanswered
yigitemres
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
Let's assume that we have list of files which their extensions are '*.bin' but when we use 'file *.bin' the file tells us these files are PDFs.
How can we use rga in this situation? When I use
rga --type pdf -g '*.bin'its not working. But when I change the extensions to bin -> pdf and userga --type pdfit works. But in my scenario I couldn't change the extension of these files because they are on remote.Beta Was this translation helpful? Give feedback.
All reactions