Is there anyway that I can use curl to retrieve only n bytes/characters
of a file? I want to get some certain information on a remote site, and
the data I need stays somewhere at the middle of the page, so I dont
need to retrieve the whole page, which can save me lots of time.