Antti Harri wrote:
How can I fetch files that contain ? and = characters in the filename? The file was something like foo.tar.gz?format=raw
Use quotes around it? It depends on the shell, the problem is that the shell is interpreting the special characters before handing it to your program.
