diff --git a/IT/Scripting.md b/IT/Scripting.md index f5a52b4..bf7db0b 100644 --- a/IT/Scripting.md +++ b/IT/Scripting.md @@ -71,7 +71,12 @@ goodbye) esac ``` -If using `tes` +If using `test` or the shorthand of test (`[]`), there are a variety of binary comparison operators you can make use of: + +| Operator | Description | +| -------- | ----------- | +| `-eq` | Is equal to | +| `-ne` | is not eq | ## Loops ### For loops