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
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
2 matches
Mail list logo