csh question -- Really kill problem

Maarten Litmaath maart at cs.vu.nl
Tue Sep 26 02:55:03 AEST 1989


gjoost at westc.UUCP (Gertjan van Oosten) writes:
\...
\% kill `echo 9461 9462`
\`echo 9461 9462`: Ambiguous.

YACB (Yet Another Csh Bug).
Use:
	/bin/kill `...`
or
	eval kill `...`
-- 
   creat(2) shouldn't have been create(2): |Maarten Litmaath @ VU Amsterdam:
      it shouldn't have existed at all.    |maart at cs.vu.nl, mcvax!botter!maart



More information about the Comp.unix.questions mailing list