From 427bc31cf15b964146fca779bb5aa16ba6ff4783 Mon Sep 17 00:00:00 2001 From: Ivor Benderavage Date: Sat, 24 Oct 2020 16:19:15 -0400 Subject: [PATCH] pwd: add French translation --- pages.fr/common/pwd.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages.fr/common/pwd.md diff --git a/pages.fr/common/pwd.md b/pages.fr/common/pwd.md new file mode 100644 index 0000000000..51201ece8e --- /dev/null +++ b/pages.fr/common/pwd.md @@ -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`