mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-12-19 16:53:15 +00:00
Corrected the bash cheatsheet
- modified the condition to verify if two values are identical
This commit is contained in:
parent
b5923b7b59
commit
1dfacb674a
@ -219,7 +219,7 @@ statement1 || statement2 # or operator
|
||||
|
||||
# STRINGS
|
||||
|
||||
str1 = str2 # str1 matches str2
|
||||
str1 == str2 # str1 matches str2
|
||||
str1 != str2 # str1 does not match str2
|
||||
str1 < str2 # str1 is less than str2 (alphabetically)
|
||||
str1 > str2 # str1 is greater than str2 (alphabetically)
|
||||
|
Loading…
Reference in New Issue
Block a user