Skip to content

Instantly share code, notes, and snippets.

@lopezpdvn
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lopezpdvn/7da070d9e19e94a67236 to your computer and use it in GitHub Desktop.
Save lopezpdvn/7da070d9e19e94a67236 to your computer and use it in GitHub Desktop.
zip/unzip cs
# Zip directories
zip -r $zipf name00* name01*
# List zip file contents
unzip -l $zipf
vim $zipf
less $zipf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment