IRAF help page for package language, program show

from NOAO show -- show the current value of an IRAF environment variableUSAGEPARAMETERSDESCRIPTIONEXAMPLESSEE ALSO

show -- show the current value of an IRAF environment variable


USAGE

show [varname]


PARAMETERS

varname

The name of the environment variable to be displayed.


DESCRIPTION

The show command shows the current values of all defined environment variables if called with no arguments, or the value of a specific variable if an argument is given. Unlike set, only current values are shown, not the entire history of the definitions of environment variables.


EXAMPLES

1. Show the current default printer device. cl> show printer

2. Show all "std" (standard i/o stream) related variables.

cl> show | match std


SEE ALSO

set,


This page automatically generated from the iraf .hlp file. If you would like your local iraf package .hlp files converted into HTML please contact Dave Mills at NOAO.

dmills@noao.edu