bug-bash
[Top][All Lists]
Advanced

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

test non_existant_file -ot . && echo preposterous


From: Dan Jacobson
Subject: test non_existant_file -ot . && echo preposterous
Date: 19 Feb 2002 00:33:46 +0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

$ test non_existant_file -ot . && echo preposterous
preposterous
$ /usr/bin/test non_existant_file -ot . && echo preposterous
$ test . -nt non_existant_file  && echo preposterous
preposterous
$ /usr/bin/test . -nt non_existant_file  && echo preposterous
$ echo $BASH_VERSION
2.05.0(1)-release
-- 
http://www.geocities.com/jidanni/ Taiwan(04)25854780



reply via email to

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