Modified Bash Cheatsheet
This commit is contained in:
parent
a0c689bd32
commit
b05c0a470e
|
@ -129,10 +129,12 @@ fi
|
|||
```
|
||||
# Conditions
|
||||
| Operator | Description |
|
||||
|----------|----------------------|
|
||||
|----------|--------------------------|
|
||||
| -eq | Equal |
|
||||
| -lt | Less than |
|
||||
| -ge | Greater than |
|
||||
| -le | Less than or equal to |
|
||||
| -gt | Greater than |
|
||||
| -ge | Greater than or equal to |
|
||||
| == | 2 Strings equal |
|
||||
| != | 2 Strings not equal |
|
||||
| ! | Statement is false |
|
||||
|
|
Loading…
Reference in New Issue