Use 'webcat' to retrieve files from the World Wide Web. Invoked from the command line, webcat processes URLs and retrieves the object(s) specified, writing them to it's standard output stream. A companion command, webget, saves files on disk instead.
Webcat was inspired by 'gophercat' by Prentiss Riddle, webmaster at Rice University. Gophercat, in turn, is named for the UNIX program 'cat', with which many users are familiar. ('cat' is short for concatenate, for those who are not familiar with that utility.) Like cat, webcat can be used to concatenate objects together.
How is it fastest? Because it's so lightweight ... really. Webcat isn't a heavily-featured program. It's simple. In fact, all of the smarts to accessing the web are isolated into a webopen() function, which can be used by other applications. So the main program itself is little more than ordinary UNIX 'cat'.
webcat [ -a | -i ] URL [ URL
webcat -i http://somehost/somepackage | gunzip | tar xvf -
See also, the "man page" for 'webcat'.
Copyright 1995 Richard M. Troth
This page last updated