From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Tolpin Message-Id: <200403292008.i2TK89gK003698@adat.davidashen.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] hget In-Reply-To: Date: Tue, 30 Mar 2004 01:08:09 +0500 Topicbox-Message-UUID: 46104e62-eacd-11e9-9e20-41e7f4b1d025 > i just noticed that hget always seeks to the start of its output > fd, which meant that the script i was trying to run: > > {for(i in $urls) hget $i} > allurls > > can't work. (and it does seem reasonable to be able to pipe hget > through other commands, etc). {for(i in $urls) hget $i} | cat > allurls should work, shouldn't it? seek on a pipe should do nothing?