Top
||
Section Contents
||
Permuted Index
SavaJe OS
1.1.0
alias provide an alternative name for a command
alias [item text
]
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).
% 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/
.
files(doc)
loadalias(shell)
source(shell)
unalias(shell)