(t)csh if query

George Turczynski george at hls0.hls.oz
Fri Sep 7 11:56:25 AEST 1990


In article <34710 at eerie.acsu.Buffalo.EDU>, cloos at acsu.buffalo.edu (james cloos) writes:

> What I tried is:
> 
> 	if ( ($HOSTTYPE)=sun3 && ($TERM)=sun ) X11
> 

As far as csh is concerned, I would try this:

	if( ("$HOSTTYPE" == "sun3") && ("$TERM" == "sun") ) X11

Note the use of spaces (especially around the "==").

Also, RTFM might be helpful in the future (Reading The Friendly? Manual).

Good luck,

and have a nice day...

-- 
| George P. J. Turczynski.          |---------------------------------------------------- 
| Computer Systems Engineer.        | ACSnet: george at highland.oz | I can't speak for the |
| Highland Logic Pty. Ltd.          | Phone: +61 48 683490       | company, I can barely |
| Suite 1, 348-354 Argyle St        | Fax:   +61 48 683474       | speak for myself...   |
| Moss Vale. NSW. Australia. 2577   |---------------------------------------------------- 



More information about the Comp.unix.shell mailing list