User Tools

Site Tools


wiki:using_aliases_in_centos

This is an old revision of the document!


Using Aliases in CentOS



Aliases are a way of assinging a complex command to an easy to remember word. Looking at the command below:

      ip addr |grep '[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}'


This returns just the IP part of the output from an ip addr command, making the output much easier to read, however remembering and typing the command requires more effort than it saves. For this then we can create an alias.

      THIS SECTION IS UNFINISHED!!!!!!!!
wiki/using_aliases_in_centos.1469434464.txt.gz · Last modified: 2023/03/09 22:35 (external edit)