Top || Section Contents || Permuted Index
SavaJe OS 1.1.0

loadalias(shell)


NAME

loadalias — add to alias list from file or URL

SYNOPSIS

loadalias [file | URL]

DESCRIPTION

Load a set of aliases from either a file or URL. When loadalias is executed with no arguments, it attempts to load the file /cf0/alias.txt .

The format of an alias in the file is

alias_name=commands
Each line in the file is considered a separate alias.

EXAMPLE

To set up an alias to run classes residing on a web server, place the following line in an alias file:

runweb=run http://mserver.myco.com/java_apps/

To load that alias (and others in that file),

% loadalias myalias.txt
loads the local file myalias.txt .
% loadalias http://192.168.0.189/alias/alias.txt
% runweb Hello
loads the file alias/alias.txt on http server 192.168.0.189 , then runs the class Hello.class from the directory java_apps on http server myserver.myco.com .


Oct. 30, 2001
Copyright © 2002 , SavaJe Technologies, Inc. All rights reserved.
Corrections, suggestions to: docs@savaje.com