mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 04:35:23 +02:00
[, [[: reword description (#10205)
This commit is contained in:
parent
f9b77c282f
commit
0552a9d194
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# [
|
||||
|
||||
> 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>.
|
||||
|
||||
- Test if a given variable is equal/not equal to the specified string:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# [[
|
||||
|
||||
> 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>.
|
||||
|
||||
- Test if a given variable is equal/not equal to the specified string:
|
||||
|
|
Loading…
Add table
Reference in a new issue