On Wed, Sep 04, 2013 at 10:06:16PM -0700, kneuf...@gmail.com wrote:
> $ [ ! -e stuff.txt ]; echo $?
> 1
> $ [ ! -a stuff.txt ]; echo $?
> 0     # what?
> 
> Both these version show the exact same behaviour.
> 
> Fedora 18, bash 4.2.45(1)-release
> OSX, 3.2.48(1)-release

Also occurs in 4.3.0-beta.

Reply via email to