Is it possible to put a filename callback in a file and refer to it on the command line? #682
Replies: 1 comment
-
Yes, as documented in the manual:
|
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.
-
I need to remove a bunch of binary files from a large repo. The files have extensions like .dll, .exe, .zip, etc. There are 20 different suffixes. I think I can write the callback, but I'd rather put it in a file. Is there a way to do that?
Beta Was this translation helpful? Give feedback.
All reactions