Blog Archive

Saturday, July 18, 2015

How do I zip/unzip on the unix command line? - Unix & Linux Stack Exchange

How do I zip/unzip on the unix command line? - Unix & Linux Stack Exchange:



http://unix.stackexchange.com/questions/6596/how-do-i-zip-unzip-on-the-unix-command-line



unzip <filename>
and
zip -r archive.zip <filename> [filename]
You'll need to make sure these commands are installed via your package manager. It's no harder than using anything else on the command line. It's certainly simpler than creating archives with tar.


'via Blog this'

No comments:

Post a Comment