Files
tldr/pages.tr/linux/pwd.md
2022-10-31 07:11:10 -03:00

17 lines
312 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# pwd
> Mevcut/çalışan dizinin ismini yazdır.
> Daha fazla bilgi için: <https://www.gnu.org/software/coreutils/pwd>.
- Mevcut dizini yazdır:
`pwd`
- Mevcut dizini yazdır ve tüm symlink'leri çöz (yani "fiziksel" yolu göster):
`pwd --physical`
- Mevcut mantıksal dizini yazdır:
`pwd --logical`