From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu From: rog@vitanuova.com In-Reply-To: <200403291731.i2THVk613381@zamenhof.cs.utwente.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] hget Date: Mon, 29 Mar 2004 19:42:01 +0100 Topicbox-Message-UUID: 45ec11e6-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). a simple fix won't work, due to the "partial content" error, and the fact that hget restarts after error. does anyone know how common these conditions are? i often do: