$ snarf http://foo.bar.com/picture.jpgsnarf will fetch the file and save it to your local system with the name picture.jpg. If you want to save the file under a different name (for example, background.jpg), you type the following:
$ snarf http://foo.bar.com/picture.jpg background.jpgsnarf saves the file with the name background.jpg. If you want snarf to send the file to standard output, you would type the following:
$ snarf http://foo.bar.com/picture.jpg -When snarf sees a dash as the local file name, it sends everything it fetches to standard output. --<cut>-- Billy Joe Bob Briggs says, "Check it out!" -- JcLawrence - 07 Sep 2000