Update bash.md
This commit is contained in:
parent
3d839093e9
commit
d0381c2254
4
bash.md
4
bash.md
|
@ -363,8 +363,10 @@ Note that `[[` is actually a command/program that returns either `0` (true) or `
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| `(( NUM < NUM ))` | Numeric conditions |
|
| `(( NUM < NUM ))` | Numeric conditions |
|
||||||
|
|
||||||
|
#### More conditions
|
||||||
|
|
||||||
| Condition | Description |
|
| Condition | Description |
|
||||||
| --- | --- |
|
| -------------------- | ------------------------ |
|
||||||
| `[[ -o noclobber ]]` | If OPTIONNAME is enabled |
|
| `[[ -o noclobber ]]` | If OPTIONNAME is enabled |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| `[[ ! EXPR ]]` | Not |
|
| `[[ ! EXPR ]]` | Not |
|
||||||
|
|
Loading…
Reference in New Issue