Command xzip
Name
xzip Creates a ZIP archiveSynopsis
xzip [ serialization options ] [options]Options
-f,-file file | Output ZIP file |
Supports the standard [ serialization options ]
Description
Creates a ZIP file from all its arguments. All files and directories are recursively added to the zip file.Example: create a zip file of all files in the current directory
xzip -f /tmp/archive.zip *
Return Value
Returns 0 if the archive is archived successfully, otherwise 1.See also xunzip
Commands
CategoryCommands