On 2003-02-25 16:40, Brian Henning <[EMAIL PROTECTED]> wrote:
> is there a veriable set on login that can tell me weather i am logged in on as
> vt100 or cons25?
> is there anyway to tell?

Try the following shell command:

        echo $TERM

The TERM variable is always[1] set to your current terminal type.

[1] Well, almost always... but for your particular question, let's
assume that this is indeed 'always'.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to