From 54f16cc2e42ef6edda2aaaca24ba6cbb81a841a6 Mon Sep 17 00:00:00 2001 From: dunatotatos Date: Sun, 18 Sep 2016 18:55:57 +0300 Subject: [PATCH] Fix previous edit (Populate mypipe) --- SC2013.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SC2013.md b/SC2013.md index 74c2818..14e5930 100644 --- a/SC2013.md +++ b/SC2013.md @@ -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"