β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦1) DESCRIPTION :
1) Engineers working in the Linux environment will surely be impressed by the cumbersome commands and parameter command lines. Moreover, the terrible thing is not cumbersome, but a lot of repeated input of these cumbersome commands.
2) Under Linux, we have the alias command alias, which can customize those cumbersome commands as aliases that we can easily remember, which can greatly improve our efficiency.
3) However, the alias command is only valid for the current terminal. When the terminal is closed, all the aliases we set are invalid. So if we want to make these aliases permanent, we need to add them to the .bash_profile file
π¦1) DESCRIPTION :
1) Engineers working in the Linux environment will surely be impressed by the cumbersome commands and parameter command lines. Moreover, the terrible thing is not cumbersome, but a lot of repeated input of these cumbersome commands.
2) Under Linux, we have the alias command alias, which can customize those cumbersome commands as aliases that we can easily remember, which can greatly improve our efficiency.
3) However, the alias command is only valid for the current terminal. When the terminal is closed, all the aliases we set are invalid. So if we want to make these aliases permanent, we need to add them to the .bash_profile file