@Gankra "This option is not listed on the unzip usage screen."
Yep. Cursed is the right word.
@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 :)