mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Fix typo
@@ -44,7 +44,7 @@ NOTE: `grep -v '^ *#'` is a placeholder example and not needed. To just loop thr
|
|||||||
while IFS= read -r line
|
while IFS= read -r line
|
||||||
do
|
do
|
||||||
echo "Line: $line"
|
echo "Line: $line"
|
||||||
done << file
|
done < file
|
||||||
# or: done <<< "$variable"
|
# or: done <<< "$variable"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user