GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
UNZCK(1) FreeBSD General Commands Manual UNZCK(1)

unzck
decompress a file in the zchunk format

unzck [-c | --stdout] [--dict] [-v | --verbose] file

unzck -? | --help

unzck --usage

unzck --version

The unzck utility extracts the original file from a zchunk-compressed one.

NOTE: The unzck utility will place the new file without the .zck extension in the current working directory, not in the directory where the original file resides.

The unzck utility accepts the following optional arguments:

, --stdout
Extract the data to the standard output stream, do not write it to a file.
Only extract the zstd compression dictionary.
, --verbose
Verbose operation; display some diagnostic output.
-?, --help
Display program usage information and exit.
Display brief program usage information and exit.
Display program version information and exit.

The unzck utility exits 0 on success, and >0 if an error occurs.

Create (in the current directory) an uncompressed words file from a compressed one:

unzck /mnt/xfer/words.zck

Do not create the words file, but send the contents to the standard output stream:

unzck -c /mnt/xfer/words.zck

zck(1), zck_delta_size(1), zck_gen_zdict(1), zck_read_header(1), zckdl(1)

The unzck utility was written by Jonathan Dieter ⟨jdieter@gmail.com⟩. This manual page stub was written by Peter Pentchev ⟨roam@ringlet.net⟩.
May 31, 2020 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.