The zip tag has no wiki summary.
61
votes
7answers
51k views
How to zip/unzip files in Powershell?
Is there a one-liner that will zip/unzip files (*.zip) in PowerShell?
13
votes
4answers
9k views
Unzipping files that are flying in through a pipe
Can I make unzip or any similar programs work on the standard output? The situation is I'm downloading a zip file, which is supposed to be unzipped on the fly.
Related issue: ...