BASH cheatsheet

From eddynetweb's cesspit
Revision as of 19:23, 8 March 2017 by Eddynetweb (talk | contribs)
Jump to navigation Jump to search

It's basically stupid simple:

alias ["command"]=["origin"]

To unalias:

unalias ["command"]

Why? I asked the question "how do I unalias a command" and well, yeah.

Enjoy!