On Wed, Sep 08, 2004 at 03:54:50PM +0200, Alfred M. Szmidt wrote: > $ touch test > $ ln -s test testl > $ test -e testl && echo true > true > $ rm test > rm: remove regular empty file `test'? y > $ test -e testl && echo true > > You are probobly still using the test builtin from bash. Both `test' > and `[' are builtins in bash by default.
You're right, using /usr/bin/test gives the same result nevertheless. Regards Javier _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-coreutils