|
In the following example, a .telnetrc file executes the telnet(1) command, toggle:
|
weirdhost toggle crmod
# Always export $PRINTER
DEFAULT environ export PRINTER
|
The lines in this file indicate that the toggle argument crmod, whose default value is "off" (or FALSE), should be enabled
when connecting to the system weirdhost. In addition, the value of the environment variable PRINTER should be exported to all systems. In this
case, the DEFAULT keyword is used in place of the host name.
|