Cshell Anomaly

Maarten Litmaath maart at cs.vu.nl
Wed Dec 7 01:29:21 AEST 1988


martin at mqcomp.oz (Martin Foord) writes:

\How does one get an asterisk '*' in a csh variable ?   I've been trying for
\a long time to figure this one out but can't achieve it ?  What about if
\you're reading chars in from a file into csh variables and one of them is a
\'*' it doesn't appear into the csh variable at all !

Because it has to be escaped.

	% set x=\*
	% echo "$x"
	*
	%
-- 
fcntl(fd, F_SETFL, FNDELAY):          |Maarten Litmaath @ VU Amsterdam:
      let's go weepin' in the corner! |maart at cs.vu.nl, mcvax!botter!maart



More information about the Comp.unix.wizards mailing list