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