Skip to content

Instantly share code, notes, and snippets.

@chinboon
Last active December 17, 2017 08:11
Show Gist options
  • Select an option

  • Save chinboon/d72549ddcd4d685e919daf354eabfbd6 to your computer and use it in GitHub Desktop.

Select an option

Save chinboon/d72549ddcd4d685e919daf354eabfbd6 to your computer and use it in GitHub Desktop.
read-the-contents-of-a-zipped-file-without-extraction
-- to list the files (relative path)
unzip -l archive.zip
-- to read contents
unzip -c archive.zip file1.txt | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment