Hi - > On irc you mentioned that you didn't like that -R and -F didn't take > wildcards. The attached makes it so that they now do (you do have to > escape them or put them in single quotes, so the shell doesn't expand > them first).
I stopped using -R PATH and -F PATH because it was clear that debuginfod would be more comfortable to use with PATH lists constructed from the full powers of the shell - just like most other unix programs. This is not just glob expansion, but things like backquote expressions that grep things, or via xargs. Let's leave the shell to do shell things. - FChE