bug-coreutils
[Top][All Lists]
Advanced

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

bug#22216: test, expr Operator Precedence and Associativity


From: 積丹尼 Dan Jacobson
Subject: bug#22216: test, expr Operator Precedence and Associativity
Date: Tue, 22 Dec 2015 08:00:25 +0800

OK. Also make sure (info "(coreutils) test invocation") makes it clear that
one cannot use
test -f $1 -a $1 ! -ot $2 #and must use
test -f $1 -a ! $1 -ot $2 #.





reply via email to

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