mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 21:15:32 +02:00
pwd: add French translation
This commit is contained in:
parent
9d1d1c2be4
commit
427bc31cf1
1 changed files with 12 additions and 0 deletions
12
pages.fr/common/pwd.md
Normal file
12
pages.fr/common/pwd.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# pwd
|
||||
|
||||
> Affiche le nom du répertoire actuel.
|
||||
|
||||
- Affiche le répertoire actuel :
|
||||
|
||||
`pwd`
|
||||
|
||||
-Affiche le répertoire actuel tout en traduisant les liens symboliques
|
||||
(c.-à-d. afficher le répertoire « physique ») :
|
||||
|
||||
`pwd -P`
|
Loading…
Add table
Reference in a new issue