Built-in command malias.
More...
|
|
int | malias (int argc, char **argv) |
| |
◆ doc
Initial value:= {
.name = "malias",
.args = "[name[=value] ...] [-h|--help]",
.brief = "Create or print aliases",
.doc = "Without arguments, prints all aliases.\n\n"
"If arguments are given, creates an alias for each argument of the form NAME=VALUE\n"
"or prints the value of the alias with the given name.\n\n"
"Returns 0 unless an unknown alias is given."
}