m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2021-02-04 18:53:10 -0500
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2021-02-04 18:53:10 -0500
commit6b046f2fa34df11a2fc54b9edb0b38580ac2069b (patch)
treec44342d242460705c178e58d978cd662206fc6ae
parent758da8fd3a73a70ef093e526207e904ecae60aa3 (diff)
Add note to bash string equality
-rw-r--r--bash.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash.md b/bash.md
index e6e2b11..d150702 100644
--- a/bash.md
+++ b/bash.md
@@ -30,5 +30,5 @@ Loop over integers
* `-z`: is empty string
* `-f`: is regular file
-* `$A == $B`: string equality
+* `$A == $B`: string equality, accepts globs
* `$A != $B`: string inequality