Scroll to navigation

USAGE:(1) User Commands USAGE:(1)

NAME

Mkalias - Bash alias management to facilitate alias creation

SYNOPSIS

mkalias [option]

DESCRIPTION

options:

$ mkalias new [alias] [command 1] [command 2] ... [command n]
- Create a new alias to run the commands
$ mkalias list
- List all alias
$ mkalias show - Show commands of all alias
$ mkalias show [alias 1] [alias 2] ... [alias n]
- Show commands of the specified alias
$ mkalias remove [alias 1] [alias 2] ... [alias n]
- Remove the specified alias
- Add signal to run 'source ~/.bashrc' when
- add or remove an alias
- Remove signal to run 'source ~/.bashrc' when
- add or remove an alias
$ mkalias new [alias] "echo #1 #2 #3"
- Then you can use: $ [alias] arg1 arg2 arg3

SEE ALSO

The full documentation for Mkalias:

https://github.com/LucianoPC/mkalias
June 2016 Usage: mkalias [option]