blob: 250b855ff64064a6be198d54d5e8f9cab8f164b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
.help show Feb86 language
.ih
NAME
show -- show the current value of an IRAF environment variable
.ih
USAGE
show [varname]
.ih
PARAMETERS
.ls varname
The name of the environment variable to be displayed.
.le
.ih
DESCRIPTION
The \fIshow\fR 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 \fIset\fR, only current values are shown,
not the entire history of the definitions of environment variables.
.ih
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
.ih
SEE ALSO
set
.endhelp
|