bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gawk] how to close pipe?


From: frank ernest
Subject: [bug-gawk] how to close pipe?
Date: Sat, 15 Nov 2014 23:26:08 +0100

gawk '{ "grep -E \"" $1 "\" fn.txt" | getline var; print var }'

After a while I get a too many files open message, how do I close the pipes?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]