every flag on `unzip` has the most cursed docs i've ever seen https://linux.die.net/man/1/unzip
@Gankra It’s crazy. I tend to use Java’s “jar” tool as a “zip-with-tar-like-interface” on the command line (but it’s not installed everywhere), or “7z”.
Also, if neither jar nor 7z are installed, “python3 -m zipfile” can work:
https://docs.python.org/3/library/zipfile.html#command-line-interface
..so lots of options to avoid unzip :)
