mirror of
https://github.com/Idnan/bash-guide.git
synced 2018-11-09 02:29:39 +01:00
Update README.md
This commit is contained in:
parent
8872391381
commit
61edd74d82
1 changed files with 1 additions and 1 deletions
|
@ -1117,7 +1117,7 @@ file1 -ot file2 # file1 is older than file2
|
||||||
-ne # not equal
|
-ne # not equal
|
||||||
```
|
```
|
||||||
|
|
||||||
## 2.6. Loop
|
## 2.6. Loops
|
||||||
There are three types of loops in bash. `for`, `while` and `until`.
|
There are three types of loops in bash. `for`, `while` and `until`.
|
||||||
|
|
||||||
Different `for` Syntax:
|
Different `for` Syntax:
|
||||||
|
|
Loading…
Reference in a new issue