[, [[: reword description (#10205)

pull/23/head
Seth Falco 2023-05-16 20:22:48 +01:00 committed by GitHub
parent f9b77c282f
commit 0552a9d194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: