vault backup: 2024-05-30 18:27:46

This commit is contained in:
zleyyij 2024-05-30 18:27:46 -06:00
parent a38896f0af
commit 2bce7bf0d7

View File

@ -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