Network, Computer and Programming Resources
Linux top 50 cmd
(Page:1)
Linux top 50 cmd - Alias
The alias command is used to make aliases or alternative names for commands. Typically, these aliases are abbreviations of the actual command. In the following example, the user (probably a DOS user) is adding an alias of dir for a directory listing: alias dir=ls Typing alias by itself will give you a list of all your current aliases.