[, [[: reword description (#10205)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# [
|
# [
|
||||||
|
|
||||||
> Check file types and compare values.
|
> Check file types and compare values.
|
||||||
> Returns 0 if the condition evaluates to true, 1 if it evaluates to false.
|
> Returns a status of 0 if the condition evaluates to true, 1 if it evaluates to false.
|
||||||
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-test>.
|
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-test>.
|
||||||
|
|
||||||
- Test if a given variable is equal/not equal to the specified string:
|
- Test if a given variable is equal/not equal to the specified string:
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
# [[
|
# [[
|
||||||
|
|
||||||
> Check file types and compare values.
|
> Check file types and compare values.
|
||||||
> Returns 0 if the condition evaluates to true, 1 if it evaluates to false.
|
> Returns a status of 0 if the condition evaluates to true, 1 if it evaluates to false.
|
||||||
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-_005b_005b>.
|
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-_005b_005b>.
|
||||||
|
|
||||||
- Test if a given variable is equal/not equal to the specified string:
|
- Test if a given variable is equal/not equal to the specified string:
|
||||||
|
Reference in New Issue
Block a user