We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
;
1 parent ce02d13 commit 8c73dc6Copy full SHA for 8c73dc6
bash.md
@@ -29,14 +29,14 @@ echo "${name}"
29
### If
30
31
```sh
32
-if [ conditional-expression ];
+if [ conditional-expression ]
33
then
34
statements
35
fi
36
```
37
### If-else
38
39
40
41
42
else
@@ -45,10 +45,10 @@ fi
45
46
### Else-If
47
48
49
50
51
-elif [ conditional-expression ];
+elif [ conditional-expression ]
52
53
54
0 commit comments