mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Fix previous edit (Populate mypipe)
@@ -31,6 +31,7 @@ or without a subshell, with a pipe (more portable, but write a file on the files
|
||||
|
||||
```sh
|
||||
mkfifo mypipe
|
||||
grep -v '^ *#' < file > mypipe &
|
||||
while IFS= read -r line
|
||||
do
|
||||
echo "Line: $line"
|
||||
|
Reference in New Issue
Block a user