mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
doc: test: document [ ] spelling of test
Signed-off-by: Rasmus Villemoes <ravi@prevas.dk> Tested-by: Anshul Dalal <anshuld@ti.com>
This commit is contained in:
committed by
Tom Rini
parent
fc8bf9a984
commit
d44f615829
@@ -20,11 +20,14 @@ Synopsis
|
||||
test -e <interface> <dev[:part]> <path>
|
||||
test <s> =~ <re>
|
||||
|
||||
[ <test expression> ]
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
The ``test`` command is similar to the ordinary shell built-in by the
|
||||
same name. Unlike in ordinary shells, it cannot be spelled ``[``.
|
||||
same name. Like in ordinary shells, it can also be spelled ``[``,
|
||||
provided the test expression is followed by a separate ``]`` argument.
|
||||
|
||||
Strings
|
||||
~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user