2
0
Fork 0
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:
Sean Esteva 2017-08-05 00:30:54 -07:00 committed by GitHub
parent 8872391381
commit 61edd74d82

View file

@ -1117,7 +1117,7 @@ file1 -ot file2 # file1 is older than file2
-ne # not equal
```
## 2.6. Loop
## 2.6. Loops
There are three types of loops in bash. `for`, `while` and `until`.
Different `for` Syntax: