Linux alias command

The Linux alias command is used to set the alias of the command

See:

Linux alias command |

example:

sudo echo "alias python='/usr/bin/python2.7'" >> ~/.bashrc

Guess you like

Origin blog.csdn.net/m0_46093829/article/details/122580744