BASH cheatsheet: Difference between revisions

From eddynetweb's cesspit
Jump to navigation Jump to search
mNo edit summary
m (Eddynetweb moved page Alias and unalias to BASH cheatsheet without leaving a redirect)
(No difference)

Revision as of 14:48, 11 March 2017

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!