1NCARGRUN(1NCARG) NCAR GRAPHICS NCARGRUN(1NCARG)
2
3
4
6 ncargrun - to run a user program and redirect the metafile output
7
9 ncargrun program-name [-t] [-o metafile-name]
10
12 ncargrun is a script that invokes "program-name", which uses the NCAR
13 GKS library, and applies the specified options.
14
15 Prior to running your program, this script sets the environment vari‐
16 ables NCARG_GKS_OUTPUT, NCARG_GKS_PSOUTPUT, and NCARG_GKS_PDFOUTPUT to
17 produce the desired effect.
18
20 -o filename
21
22 specifies the name of the output metafile or PostScript file. If file‐
23 name is replaced by "| translator-name", the effect is to pipe the
24 metafile to the named translator.
25
26
27 -t specifies that metafile output should be piped to the default trans‐
28 lator "ctrans".
29
30
32 ncarg_gks(1NCARG), ncarg_env(5NCARG), ncargintro(5NCARG)
33
35 Copyright (C) 1987-2002
36 University Corporation for Atmospheric Research
37 The use of this Software is governed by a License Agreement.
38
39
40
41NCAR JUNE 1988 NCARGRUN(1NCARG)