Define or display aliases.
Synopsis
alias [NAME[=VALUE]]...
Description
Create a shorthand name for a command or command sequence. Without arguments, lists all defined aliases. Runs in the just-bash WASM shell inside SLICC.
Examples
$ alias ll="ls -la"
Create an alias for long listing.
$ alias
List all current aliases.
See Also
unalias