mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:22:09 +02:00
which: add Chinese translation
This commit is contained in:
parent
0a1a6d12b3
commit
81b4d931f3
1 changed files with 11 additions and 0 deletions
11
pages.zh/common/which.md
Normal file
11
pages.zh/common/which.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# which
|
||||
|
||||
> 在用户的`PATH`中寻找可执行文件的路径
|
||||
|
||||
- 在`PATH`中寻找可执行文件并打印第一个匹配的结果:
|
||||
|
||||
`which {{executable}}`
|
||||
|
||||
- 如果有多个匹配结果则打印所有结果:
|
||||
|
||||
`which -a {{executable}}`
|
Loading…
Add table
Reference in a new issue