Wiki source for CommandsXunzip
======Command xunzip======
====Name====
**xunzip** List files in a directory
====Synopsis====
xunzip [ [[SerializationOptions serialization options]] ] [options]
====Options====
||-f,-file file||Input file||
||-l,-list||List files in archive||
||-d,-dest||Destination directory||
Supports the standard [ [[SerializationOptions serialization options]] ]
====Description====
Lists the files in the supplied archive.
Outputs the list using the File schema.
Example:
%%(shell)
xunzip -f archive.zip -d outdir
%%
====Return Value====
Returns 0 if the archive is unarchived successfully, otherwise 1.
----
[[Commands]]
[[CategoryCommands]]
====Name====
**xunzip** List files in a directory
====Synopsis====
xunzip [ [[SerializationOptions serialization options]] ] [options]
====Options====
||-f,-file file||Input file||
||-l,-list||List files in archive||
||-d,-dest||Destination directory||
Supports the standard [ [[SerializationOptions serialization options]] ]
====Description====
Lists the files in the supplied archive.
Outputs the list using the File schema.
Example:
%%(shell)
xunzip -f archive.zip -d outdir
%%
====Return Value====
Returns 0 if the archive is unarchived successfully, otherwise 1.
----
[[Commands]]
[[CategoryCommands]]