1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/pwd.md
코드싸이 72cd98bac3
pwd, touch, mv, mkdir, rmdir, find, exa, eza, cat: add and update Korean translation (#12905)
* pages.ko/pwd,touch,mv,mkdir,rmdir,find,exa,eza: add pages

* cat: reflect en updates in Korean translation
2024-06-09 21:16:11 +09:00

16 lines
361 B
Markdown

# pwd
> 현재 작업 중인 디렉토리의 이름을 출력합니다.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/pwd>.
- 현재 디렉토리 출력:
`pwd`
- 현재 디렉토리를 출력하고 모든 심볼릭 링크를 해석 (즉, "물리적" 경로 표시):
`pwd --physical`
- 현재 논리적 디렉토리 출력:
`pwd --logical`