Cygwin/DOS pipes, TCP/IP

2004-09-23 Thread Doblejota
Hi, I'm trying to download a page until an expression (server doesn't accept ranges): curl -N url | sed -u "/expression/q" > file Sed finds the expression, then exits, breaks pipe, interrupts curl (it produces a writing error message), the file contains expected result. Nice, but it downloads mu

wget, continued download

2003-12-31 Thread doblejota
Hi, I'm trying to get a section of a web page using wget. I edit a previous page source just leaving an initial section. Then, I execute wget -c url I obtain Continued download failed on this file, which conflicts with `-c'. Refusing to truncate existing file 'name.ext'. (Name of file I'v