From owner-freebsd-current Sun May 19 9:14:25 2002 Delivered-To: freebsd-current@freebsd.org Received: from mail.dada.it (mail5.dada.it [195.110.96.37]) by hub.freebsd.org (Postfix) with SMTP id 9520A37B405 for ; Sun, 19 May 2002 09:14:19 -0700 (PDT) Received: (qmail 22185 invoked from network); 19 May 2002 16:14:06 -0000 Received: from unknown (HELO torrini.org) (195.110.114.101) by mail.dada.it with SMTP; 19 May 2002 16:14:06 -0000 Received: from trudy.home.torrini.org (localhost.home.torrini.org [127.0.0.1]) by torrini.org (8.12.3/8.12.3) with ESMTP id g4JGE96J023946 for ; Sun, 19 May 2002 18:14:09 +0200 (CEST) (envelope-from riccardo@trudy.home.torrini.org) Received: (from riccardo@localhost) by trudy.home.torrini.org (8.12.3/8.12.3/Submit) id g4JGE9Lm023945 for freebsd-current@FreeBSD.ORG; Sun, 19 May 2002 18:14:09 +0200 (CEST) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Sun, 19 May 2002 18:14:09 +0200 (CEST) From: Riccardo Torrini To: freebsd-current@FreeBSD.ORG Subject: tcsh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG If exists a directory named "sort" tcsh chdir to that dir instead of executing sort present in path (and no, I have no "." anywere in path) # pwd /usr/src/contrib # find . -name Makefile | sort # pwd /usr/src/contrib/sort # cd .. # find . -name Makefile | /usr/bin/sort ./bind/Makefile ./bind/bin/Makefile [...] And it also happen with non existent commands: # pwd /usr/src/contrib # find . -name Makefile | libreadline # pwd /usr/src/contrib/libreadline Riccardo. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message