Path: utzoo!utgpu!watmath!watcgl!idallen From: idallen@watcgl.waterloo.edu Newsgroups: uw.mfcf.bugs Subject: csh, showpath; can't suppress output Message-ID: <11421@watcgl.waterloo.edu> Date: 7 Sep 89 16:01:50 GMT Sender: idallen@watcgl.waterloo.edu Reply-To: idallen@watcgl.waterloo.edu Distribution: uw Lines: 7 From: "Ian! D. Allen [CGL]" if ( { showpath findfirst=lockedit >/dev/null } ) echo found it Stock CSH ignores the redirection and prints the path. (ITCSH gets this right, of course.) Perhaps showpath needs a +Silent option, like grep, tty, cmp and friends.