Fix previous edit (Populate mypipe)

dunatotatos
2016-09-18 18:55:57 +03:00
parent 3748ffe6d1
commit 54f16cc2e4

@@ -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"