Revision [1788]
This is an old revision of CommandsXzip made by DavidLee on 2011-08-22 11:28:49.
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 unarchived successfully, otherwise 1.Commands
CategoryCommands