Alias defines a short substitution for any entered command. You can enter substitution variables:\\ $N: Where N is the number, this will substitute the Nth argument of the alias into the command. This will only accept one word or number.\\ $*: Substitutes all alias arguments into the command.\\ Without any argument, alias will list all defined aliases.\\ -reset: Will reset aliases to default.\\ -clear: Will completely empty your aliases.\\ To remove an alias, use .\\ EXAMPLES\\ Each time you use , the server will perform the same action as if you had typed .\\ Command will be substituted on the server to .\\ typing will be substituted to you saying -*- hello -*-