Bug in csh - not at all!

Maarten Litmaath maart at cs.vu.nl
Thu Nov 24 04:05:50 AEST 1988


In article <428 at kl-cs.UUCP> jonathan at cs.keele.ac.uk (Jonathan Knight) writes:
\	% dirs
\	~
\	% dirs -l
\	/fs/cs/jonathan
\	% echo `dirs`
\	/fs/cs/jonathan
\	% echo `dirs -l`
\	/fs/cs/jonathan

	% echo ~
	/fs/cs/jonathan
	%

What you want is:

	% echo "`dirs`"
	~
	%
-- 
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.bugs.4bsd.ucb-fixes mailing list