16.12.2012 Views

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Limits<br />

Portability<br />

Related Information<br />

lex<br />

No parser produced<br />

Analysis of the input grammar shows that it contains inaccessible or<br />

ungrounded nonterminal symbols. Check the preceding report and revise<br />

the grammar.<br />

Out of memory at size bytes<br />

The specified grammar is too complex to process within the memory<br />

resources of the current configuration.<br />

yacc dynamically allocates all internal tables so that grammar size and complexity<br />

are limited only by available memory.<br />

P<strong>OS</strong>IX.2, P<strong>OS</strong>IX.2 C-Language Development Utilities Option, X/Open Portability<br />

Guide, <strong>UNIX</strong> systems.<br />

The –D, –h, –m, –p, –q, –S, –s, and –V options are extensions of the P<strong>OS</strong>IX<br />

standard.<br />

z/<strong>OS</strong> <strong>UNIX</strong> <strong>System</strong> <strong>Services</strong> Programming Tools<br />

zcat — Uncompress and display data<br />

Format<br />

Description<br />

Options<br />

zcat –DVv [file ...]<br />

zcat takes one or more compressed data files as input. The data files should be<br />

compressed with the compress command. If no data files are specified on the<br />

command line, zcat reads standard input (stdin). You can also pass stdin to zcat<br />

by specifying – as one of the files on the command line.<br />

zcat uncompresses the data of all the input files, and writes the result on standard<br />

output (stdout). zcat concatenates the data in the same way cat does.<br />

The names of compressed input files are expected to end in .Z. If a specified input<br />

file name does not end in this suffix, zcat automatically adds the .Z. For example, if<br />

the command line specifies file abc, zcat looks for abc.Z.<br />

zcat is equivalent to:<br />

uncompress -c<br />

–D Uncompresses files that were compressed using the dictionary option of<br />

compress.<br />

–V Prints the version number of uncompress that zcat calls.<br />

–v Prints the name of each file as it is uncompressed.<br />

yacc<br />

Chapter 2. Shell command descriptions 823

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!