Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ printenv(1) — A/UX 2.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

csh(1)

env(1)

ksh(1)

sh(1)

stty(1)

tset(1)

environ(5)




printenv(1) printenv(1)
NAME printenv - display the value of variables set in the current environment SYNOPSIS printenv [argument] DESCRIPTION printenv takes an environment variable name as an argument and displays only the value of that variable. If no argu- ment is given, it displays the values for the entire en- vironment. Examples of environment variable names are: HOME pathname of user's home directory. SHELL the shell present at login. PATH search path for binary programs. TERM type of terminal used. LOGNAME the login name of the user. TERMCAP terminal capabilities string. EXINIT a startup list of commands read by ex, edit and vi. The man page on the shell you are using (csh (1), ksh (1), or sh (1)) gives a complete list of the environment vari- ables that apply to you. EXAMPLES printenv HOME displays the pathname of your home directory. FILES /bin/printenv SEE ALSO csh(1), env(1), ksh(1), sh(1), stty(1), tset(1), environ(5). April, 1990 1

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026