home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.questions
- Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!ux1.cso.uiuc.edu!news.cso.uiuc.edu!osiris.cso.uiuc.edu!gordon
- From: gordon@osiris.cso.uiuc.edu (John Gordon)
- Subject: Re: stupid question from a neophyte user
- References: <1992Jul27.194816.3335@u.washington.edu>
- Message-ID: <Bs2tBH.2Hr@news.cso.uiuc.edu>
- Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
- Organization: University of Illinois at Urbana
- Date: Tue, 28 Jul 1992 01:54:52 GMT
- Lines: 21
-
- sue@byron.u.washington.edu (Shu-Chen Eclipse) writes:
-
- >how the hec do I get something simple like this to work:
-
- > If ($TERM
- > !== "sun" || $TERM!== "sun-cmd")
- > then .........
- > endif
-
- >in csh ????
-
- This should work:
-
- #
- if ( $TERM != "sun" || $TERM != "sun-cmd" ) then
- ......
- endif
-
- ---
- John Gordon My incredibly witty saying has been
- gordon@osiris.cso.uiuc.edu Politically Corrected into oblivion.
-