Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2002 18:14:09 +0200 (CEST)
From:      Riccardo Torrini <riccardo@torrini.org>
To:        freebsd-current@FreeBSD.ORG
Subject:   tcsh
Message-ID:  <XFMail.20020519181409.riccardo@torrini.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20020519181409.riccardo>