using set in a csh script

John P. Kole kole at convex.com
Fri Oct 26 05:14:28 AEST 1990


>>	$ set t="Mon   5"
>>	$ echo $t
>>	$ Mon 5
>>

You might try this:

	% set t="Mon   5"
	% echo $t:q
	% Mon   5



More information about the Comp.unix.shell mailing list