mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 16:06:00 +02:00
pwd: add Traditional Chinese translation
This commit is contained in:
parent
beb18efc89
commit
e8d2462426
1 changed files with 11 additions and 0 deletions
11
pages.zh_TW/common/pwd.md
Normal file
11
pages.zh_TW/common/pwd.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# pwd
|
||||
|
||||
> 印出目前目錄的名稱。
|
||||
|
||||
- 印出目前所在的目錄名稱:
|
||||
|
||||
`pwd`
|
||||
|
||||
- 印出目前所在的目錄名稱,並將符號連結轉換為實體路徑:
|
||||
|
||||
`pwd -P`
|
Loading…
Add table
Reference in a new issue