Skip site navigation (1)Skip section navigation (2)
Date:      14 Nov 1999 19:18:52 +0100
From:      naddy@mips.rhein-neckar.de (Christian Weisgerber)
To:        freebsd-questions@freebsd.org
Subject:   Re: term types
Message-ID:  <80muec$14br$1@bigeye.rhein-neckar.de>
References:  <199911141614.KAA99903@Mailbox.mcs.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Tommy Forrest - KE4PYM <tforrest@mcs.net> wrote:
> Using ksh is there a way I can script my .profile to sence my term
> type?

case $TERM in
  foo)  echo "Footronics, Inc., model BR-0K-3N" ;;
  bar)  echo "BAR Machines, model Mark 0" ;;
  *)    echo "unknown terminal type" ;;
esac

-- 
Christian "naddy" Weisgerber                  naddy@mips.rhein-neckar.de



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?80muec$14br$1>