Created
October 2, 2019 04:14
-
-
Save aisuhua/687e658e36142b48db6bec2edb800b2c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ``` | |
| alias -p | |
| alias 别名='原命令 -选项/参数' | |
| unalias 别名 | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment