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

alias(shell)


NAME

alias — provide an alternative name for a command

SYNOPSIS

alias [item text]

DESCRIPTION

Set item as an alias for text where text runs to the end of the line. This allows you to type item and have the shell replace it with text before the shell processes the line.

Entering alias without any arguments lists all the aliases that the shell knows about.

Alias settings persist across soft reboots (power not totally removed).

EXAMPLE

% alias rns run -nosm base=http://192.168.0.237/myapps/

Sets rns as an alias for run -nosm base=http://192.168.0.237/myapps/ .

SEE ALSO

files(doc)
loadalias(shell)
source(shell)
unalias(shell)


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