bash: update multiline comments examples

This commit is contained in:
Rico Sta. Cruz 2018-03-15 17:33:21 +08:00
parent e2d2eef9c2
commit b95dacc8fa
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 6 additions and 8 deletions

10
bash.md
View File

@ -174,7 +174,10 @@ DIR=${SRC%$BASE} #=> "/path/to" (dirpath)
### Comments
`# Single line comment`
```bash
# Single line comment
```
```bash
: '
This is a
@ -182,11 +185,6 @@ multi line
comment
'
```
```bash
# This is also
# a multi line
# Comment
```
### Substrings