Tag: alias

  • How to use Aliases in Linux to Shorten Long Commands

    Tired of typing the same long commands each time you have to use them in Linux? Create aliases! An alias is an abbreviated command, a short word you choose that will do the work of a long command requiring switches or parameters. Creating Aliases in Linux First, install the vim text editor: [code lang=”shell”] sudo […]