Back

 

SYNOPSIS

load [ URL ]

DESCRIPTION

Reads a document from the Internet and displays it as text.

The options are as follows:

URL The URL should be of the form: http://host/dir/file.htm

EXAMPLES

load  http://artcontext.com

load

Using load without an argument (URL) will produce a usage error message.

ORIGIN

Load was developed for Lexicon in 2002.


AUTHOR

Andy Deck

LINK

artcontext.org

SOURCE CODE

load.java

 

© GNU Public License v.2

SEE ALSO

source

BUGS

Please report bugs.

Back