alias: update Chinese translation (#13115)
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
# alias
|
||||
|
||||
> 创建别名 -- 用给定的字符串指代特定的命令。
|
||||
> 别名只会在当前的 shell 会话中生效,除非它们在 shell 的配置文件中被定义,例如`~/.bashrc`.
|
||||
> 创建别名——用给定的字符串指代特定的命令。
|
||||
> 别名只会在当前的 shell 会话中生效,除非它们在 shell 的配置文件中被定义,例如`~/.bashrc`。
|
||||
> 更多信息:<https://tldp.org/LDP/abs/html/aliases.html>.
|
||||
|
||||
- 列出所有别名:
|
||||
|
||||
`alias`
|
||||
|
||||
- 创建一个通用的别名:
|
||||
|
||||
`alias {{别名}}="{{命令}}"`
|
||||
|
Reference in New Issue
Block a user