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
1 changed files with 1 additions and 1 deletions

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: