Skip to content

Instantly share code, notes, and snippets.

@xfwil
Created November 2, 2024 11:10
Show Gist options
  • Save xfwil/1c3640d02851bba2d43d285a6049cee9 to your computer and use it in GitHub Desktop.
Save xfwil/1c3640d02851bba2d43d285a6049cee9 to your computer and use it in GitHub Desktop.
ZIP Cheatsheet on Linux

Installation

apt install zip

Add files to new zip file / Create a new zip file

zip <namezip> ..files

Add folders to new zip / exist zip file

zip -r <namezip> ..folders

See Files / Folders on ZIP

zip -sf <namezip>

Delete Files on ZIP

zip -d <namezip> ..file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment