diff --git a/README.md b/README.md index 65bbf65..83de54d 100644 --- a/README.md +++ b/README.md @@ -891,7 +891,7 @@ find . -name "*.mso" -size -74c -delete ## Loops [[back to top](#handy-bash-oneliner-commands)] -##### If loop +##### If statement ```bash # if and else loop for string matching if [[ "$c" == "read" ]]; then outputdir="seq"; else outputdir="write" ; fi