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.

|<br />

|<br />

|<br />

Examples<br />

specify a section number, man searches only that section for entry, instead<br />

of searching all sections. The online help available for z/<strong>OS</strong> <strong>UNIX</strong> contains<br />

one section:<br />

1 <strong>Command</strong>s<br />

To find a given entry, man checks each directory in MANPATH for a file with a<br />

specific name. For each section number requested, man searches MANPATH for<br />

the following files in this order:<br />

1. catn/entry.n in each directory in MANPATH<br />

2. entry.n in /var/man/LANG (the man ″cache″)<br />

3. mann/*.book in each directory in MANPATH<br />

4. mann/entry.n in each directory in MANPATH<br />

If no section number is specified then man searches all sections in order from 1 to<br />

9, then 0. The first entry found by man is the one displayed.<br />

If output is to the terminal, then man invokes a pager command to filter and display<br />

the manual pages. If MANPAGER is defined, it is used. If not, then if PAGER is<br />

defined, it is used; otherwise, man defaults to using the command:<br />

pg –e –p '(Page %d)'<br />

If you are running in a doublebyte locale, set MANPAGER or PAGER to invoke a<br />

command which supports doublebyte characters, such as the more command. pg<br />

does not support doublebyte characters.<br />

To find out which utilities do comparisons, issue:<br />

man –k compare<br />

You can use the man command to view manual descriptions of TSO/E commands.<br />

To do this, you must prefix all commands with tso. For example, to view a<br />

description of the MOUNT command, you would enter:<br />

man tsomount<br />

You can also use the man command to view manual descriptions of commands that<br />

support subcommands. To do this, you must prefix all subcommands with the name<br />

of the command. For example, to view a description of the dbx alias subcommand,<br />

you would enter:<br />

man dbxalias<br />

The same applies for the pdbx subcommands. For example, enter:<br />

man pdbxcont<br />

to display information on the cont subcommand.<br />

To view an online manual description for the tcsh ls-F built-in command, you must<br />

type ls-F without the dash. So, to see the man page you would issue:<br />

man lsF<br />

To view an online manual description for the tcsh @ (at) built-in command, you<br />

must type at with tcsh in front of it. So, to see the man page you would issue:<br />

man tcshat<br />

man<br />

Chapter 2. Shell command descriptions 421

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

Saved successfully!

Ooh no, something went wrong!