unpack - unpack files created by pack
unpack [ options ] file ...
unpack expands files created by pack. For each file specified, a search is made for a file named file.z
(or just file, if file ends in .z). If this file appears to be a packed file, it is replaced by its
original expanded version. The new file has the .z suffix stripped from its name, and has the same access modes, access and
modification dates, and owner as those of the packed file.
- 0
- All files unpacked successfully.
- n
- n files failed to unpack, where n is less than 125.
- 125
- 125 or more files failed to unpack.
pack(1), pcat(1), uncompress(1), gunzip(1)