tldr/pages.ru/common/pwd.md
Egor Fedoseev 1f55bd1968
pwd, echo, exit, rm, which: add Russian translation (#9734)
* pwd, echo, exit, rm, which: add Russian translation

* pwd, echo, exit, rm, which: add Russian translation

* Apply suggestions from code review

* Update pages.ru/common/echo.md

* Update pages.ru/common/rm.md

* Update pages.ru/common/rm.md

* Update pages.ru/common/pwd.md

* Update pages.ru/common/pwd.md

* Update pages.ru/common/pwd.md
2023-01-07 23:24:44 +10:00

13 lines
533 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
> Отобразить абсолютной путь до текущей/рабочей директории.
> Больше информации: <https://www.gnu.org/software/coreutils/pwd>.
- Отобразить абсолютной путь до текущей директории:
`pwd`
- Отобразить абсолютной путь до текущей директории и "разрешить" символические ссылки (т.е. показать "фактический" путь):
`pwd -P`