common/p*: add Korean translation (#14663)

* common/p*: add Korean translation

* Update pages.ko/common/perldoc.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/pcdovtoppm.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
코드싸이
2024-11-07 14:54:05 +09:00
committed by GitHub
parent fd7d9f925b
commit 2317407751
161 changed files with 3836 additions and 0 deletions

12
pages.ko/common/pwd.md Normal file
View File

@@ -0,0 +1,12 @@
# pwd
> 현재 작업 디렉토리의 이름을 출력.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/pwd>.
- 현재 디렉토리 출력:
`pwd`
- 모든 심볼릭 링크를 해석하여 현재 디렉토리의 "물리적" 경로 출력:
`pwd -P`