objZ(1) — Commands
NAME
objZ − Compression utility
SYNOPSIS
objZ [ options ] input
FLAGS
The objZ command accepts the following options:
−uDecompress input. The input file must be in ALPHAMAGICZ compressed object file format.
−vPrint the argument count, input length, and output length.
DESCRIPTION
The objZ command takes as input a regular, read/write file in ALPHAMAGIC format and converts it to ALPHAMAGICZ compressed format. The compressed output file replaces the input file.
When the −u flag is specified, the objZ command takes as input a file in ALPHAMAGICZ format (that is, one previously produced by the objZ command, the as command with the −compress flag, or the ld with the −compress_r flag) and converts it to ALPHAMAGIC format.
ERRORS
When compressing an input file, the objZ command generates errors if the file is not a regular file (for instance, it is a directory or device special file), if the file is read-only, if its header cannot be read, if it is not in ALPHAMAGIC format, or if there has been a compression failure.
When decompressing an input file, the objZ command generates errors if the file is not a regular file, if the file is read-only, if it is not in ALPHAMAGICZ format, or if there has been a decompression failure.
RELATED INFORMATION
as(1), cc(1), ld(1), at(1), filehdr(4)
Programmer’s Guide