Using the zip-conduit
library, I want to list entries in a ZIP archive. I want to print them only filename per line - similar to unzip -l
, but without any additional information.
Note: This question was answered using Q&A-style and therefore intentionally doesn't show any research effort!