From 2bce7bf0d7727149c631374c47136c62f25adc14 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Thu, 30 May 2024 18:27:46 -0600 Subject: [PATCH] vault backup: 2024-05-30 18:27:46 --- IT/Scripting.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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