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<br />

Table 32. tcsh Built-in Shell Variables (continued)<br />

Variable Purpose<br />

echo_style The style of the echo built-in. May be set to:<br />

bsd Don’t echo a newline if the first argument is -n.<br />

sysv Recognize backslashed escape sequences in<br />

echo strings.<br />

both Recognizes both the -n flag and backslashed<br />

escape sequences; the default.<br />

none Recognize neither.<br />

Set to both by default to the local system default.<br />

The following is an example of this variable’s use:<br />

> echo $echo_style<br />

bsd<br />

> echo "\n"<br />

\n<br />

> echo -n "test"<br />

test><br />

> set echo_style=sysv<br />

> echo $echo_style<br />

sysv<br />

> echo "\n"<br />

> echo -n "test"<br />

-n test<br />

> set echo_style=both<br />

> echo $echo_style<br />

both<br />

> echo -n "test"<br />

test> echo "\n"<br />

>set echo_style=none<br />

> echo $echo_style<br />

none<br />

> echo -n "test"<br />

-n test<br />

> echo "\n"<br />

\n<br />

><br />

edit If set, the command-line editor is used. Set by default in<br />

interactive shells.<br />

ellipsis If set, the %c’/’%. and %C prompt sequences (see the<br />

prompt shell variable) indicate skipped directories with<br />

an ellipsis (...) instead of /.<br />

fignore Lists file name suffixes to be ignored by completion.<br />

filec In the tcsh shell, completion is always used and this<br />

variable is ignored.<br />

gid The user’s real group ID.<br />

group The user’s group name.<br />

histchars A string value determining the characters used in history<br />

substitution. The first character of its value is used as the<br />

history substitution character, replacing the default<br />

character ! (exclamation point). The second character of<br />

its value replaces the character ^ (caret) in quick<br />

substitutions.<br />

658 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!