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.

tcsh: glob<br />

Description<br />

glob is like echo, but no \ (backslash) escapes are recognized and words are<br />

delimited by null characters in the output. glob is useful for programs which wish to<br />

use the shell to filename expand a list of words.<br />

Related information<br />

echo, tcsh<br />

hashstat built-in command for tcsh: Print a statistic line on hash table<br />

effectiveness<br />

Format<br />

hashstat<br />

Description<br />

hashstat prints a statistics line indicating how effective the internal hash table has<br />

been at locating commands (and avoiding exec’s). An exec is attempted for each<br />

component of the path where the hash function indicates a possible hit, and in each<br />

component which does not begin with a / (forward slash).<br />

z/<strong>OS</strong> systems have a vfork() command, however, tcsh is not compiled to use it.<br />

Typically on machines without vfork, hashstat prints only the number and size of<br />

hash buckets, but on z/<strong>OS</strong> systems, a hashstat print out would contain this:<br />

> hashstat<br />

> hashstat 512 hash buckets of 8 bits each<br />

><br />

Related information<br />

tcsh<br />

hup built-in command for tcsh: Run command so it exits on a hang-up<br />

signal<br />

Format<br />

hup [command]<br />

Description<br />

With command, hup runs the command such that it will exit on a hangup signal and<br />

arranges for the shell to send it a hangup signal when the shell exits. <strong>Command</strong>s<br />

may set their own response to hangups, overriding hup. Without an argument<br />

(allowed only in a shell script), hup causes the shell to exit on a hangup for the<br />

remainder of the script. See “Signal handling” on page 652.<br />

Related information<br />

nohup, tcsh<br />

limit built-in command for tcsh: Limit consumption of processes<br />

Format<br />

limit [–h] [resource [maximum-use]]<br />

Description<br />

limit limits the consumption by the current process and each process it creates to<br />

not individually exceed maximum-use on the specified resource. If no maximum-use<br />

is given, then the current limit is printed; if no resource is given, then all limitations<br />

682 z/<strong>OS</strong> <strong>V1R9.0</strong> <strong>UNIX</strong> <strong>System</strong> <strong>Services</strong> <strong>Command</strong> Reference

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

Saved successfully!

Ooh no, something went wrong!