Home
grep Maker
zip Maker
rm Maker
ssh Generator
cat Generator
mkdir
Vim
Scp
Linux Tools
Linux ls Tool
Top Generator
Tail Generator
Unzip Generator
CD Maker
uname Maker
Tree Generator
Touch
Tar Generator
PS Generator
Nano
MV Maker
Wget Generator
Linux cp Maker
Linux
Zip
Command Maker
Use our Linux
zip
command generator tool to compress and extract files and directories.
Specify/choose the given options below as per the need.
The generated command section towards the right should update automatically.
Once done, press the “Copy Command” button and use in your terminal.
Compression and Archiving
Recursive Compression
-r, --recurse-paths
Recursively include files and directories.
Compression Level
0 - No Compression
1 - Fastest
9 - Maximum Compression
Update Existing Files
-u
Update existing files in the archive or add new files.
File Selection
Exclude Files
-x <pattern>: Exclude files matching the specified pattern.
Include Files
-i <pattern>: Include only files matching the specified pattern.
Splitting and Encryption
Split Archive Size
-s <size>: Split the archive into multiple files of the specified size.
Encrypt Archive
-e
Encrypt the archive with a password prompt.
Output and Logging
Overwrite Archive
-o
Overwrite existing archive without prompting.
Verbose Output
-v
Enable verbose output to display the progress of compression.
Archiving Metadata
Add Comments
-c
Add comments to the archive.
Preserve Timestamps
--timestamp
Preserve timestamps of files when creating the archive.
Advanced Features
Store Symbolic Links
--symlinks
Store symbolic links as links, instead of the referenced file.
Display Help
-h
Display help information for the zip command.
zip
Copy Command