bug-bash
[Top][All Lists]
Advanced

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

Add warning on test -a, -o documentation


From: 積丹尼 Dan Jacobson
Subject: Add warning on test -a, -o documentation
Date: Thu, 14 Feb 2019 09:08:02 +0800

On the bash man page at
              expr1 -a expr2
                     True if both expr1 and expr2 are true.
              expr1 -o expr2
                     True if either expr1 or expr2 is true.
and on "help test" perhaps add the same warning as one sees on
(info "(coreutils) Connectives for test").



reply via email to

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