I can unzip a zip file contains a file named "-"
But it seems that "-" is a magic char in zip command...
How could I zip this file with zip command?
|
I can unzip a zip file contains a file named "-" But it seems that "-" is a magic char in zip command... How could I zip this file with zip command?
| |||||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
use
| |||||||||||||
feedback
|
|
On my Uni profesor said when we have strange name of file we should use all path to file ;) example:
| |||
|
feedback
|
|
@knittl's answer should work, but I think the more correct answer is:
Where the plain | |||||||||||||
feedback
|