mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Typo
@@ -178,13 +178,13 @@ done
|
|||||||
Bash, ksh:
|
Bash, ksh:
|
||||||
|
|
||||||
```Bash
|
```Bash
|
||||||
read aaa <<< $(grep foo bar)
|
read aaa bbb <<< $(grep foo bar)
|
||||||
```
|
```
|
||||||
|
|
||||||
POSIX:
|
POSIX:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
read << EOF
|
read aaa bbb << EOF
|
||||||
$(grep foo bar)
|
$(grep foo bar)
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user