From 61edd74d82c13536deefb20a9836cc9dd256bfe6 Mon Sep 17 00:00:00 2001 From: Sean Esteva Date: Sat, 5 Aug 2017 00:30:54 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c81e654..f988d51 100644 --- a/README.md +++ b/README.md @@ -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: