m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/bash.md
diff options
context:
space:
mode:
Diffstat (limited to 'bash.md')
-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