Setting an environment variable from the command line
Printer3
for a single session, enter one of these commands: - In the C shell, enter:
setenv PDPRINTER Printer3
- In the Korn shell or the Bourne shell, enter:
export PDPRINTER=Printer3
- In the C shell, enter:
setenv PDPRINTER Printer3