tldr/pages.fr/common/pwd.md

13 lines
331 B
Markdown
Raw Normal View History

2020-10-24 21:19:15 +01:00
# pwd
> Affiche le nom du répertoire actuel.
2021-03-30 15:07:33 +01:00
> Plus d'informations : <https://www.gnu.org/software/coreutils/manual/html_node/pwd-invocation.html>.
2020-10-24 21:19:15 +01:00
- Affiche le répertoire actuel :
2020-10-24 21:19:15 +01:00
`pwd`
- Affiche le répertoire actuel tout en traduisant les liens symboliques (c.-à-d. afficher le répertoire « physique ») :
2020-10-24 21:19:15 +01:00
`pwd -P`