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