In the last episode (Aug 01), Rob Lahaye said:
> Another odd behaviour occurs when I say:
>
> set foo="a b c"
>
> which tcsh reduces to "a b c", despite the quotes.
This works for me (-CURRENT).
$ tcsh
dan: {3001} set foo="a b c"
dan: {3002} set | grep foo
_ set foo="a b c"
foo a b c
dan: {3003} echo "$foo"
a b c
dan: {3004}
--
Dan Nelson
[EMAIL PROTECTED]
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"