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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to