|
From: | Phillip Susi |
Subject: | Grouped pipeline clobbering question |
Date: | Mon, 20 Mar 2006 11:52:50 -0500 |
User-agent: | Thunderbird 1.5 (Windows/20051201) |
cat file | ( head --lines=1 ; sed -e xxxxx )I thought that head should consume the first line from the pipe, leaving the rest queued for sed to consume, but this does not seem to be the case. It appears that the pipe either does not make it to sed or is empty when it does. What am I doing wrong?
[Prev in Thread] | Current Thread | [Next in Thread] |