bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: coreutils: Test manpage improvements (-e, -w and -x)


From: Alfred M. Szmidt
Subject: Re: coreutils: Test manpage improvements (-e, -w and -x)
Date: Wed, 08 Sep 2004 15:54:50 +0200

   $ 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]