1
0
Fork 0
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:
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: