From 124f396a0932de44d41e289a12268dd61ca375c9 Mon Sep 17 00:00:00 2001 From: Parin Kobboon Date: Mon, 10 Oct 2022 08:08:13 +0700 Subject: [PATCH] pwd: add Thai translation (#8798) --- pages.th/common/pwd.md | 12 ++++++++++++ pages.th/linux/pwd.md | 16 ++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 pages.th/common/pwd.md create mode 100644 pages.th/linux/pwd.md diff --git a/pages.th/common/pwd.md b/pages.th/common/pwd.md new file mode 100644 index 000000000..483202879 --- /dev/null +++ b/pages.th/common/pwd.md @@ -0,0 +1,12 @@ +# pwd + +> แสดงชื่อของไดเรกทอรีที่ทำงานอยู่ +> ข้อมูลเพิ่มเติม: . + +- แสดงชื่อของไดเรกทอรีที่ทำงานอยู่: + +`pwd` + +- แสดงชื่อของไดเรกทอรีที่ทำงานอยู่ โดยไม่รวม symlinks: + +`pwd -P` diff --git a/pages.th/linux/pwd.md b/pages.th/linux/pwd.md new file mode 100644 index 000000000..d2ac40c06 --- /dev/null +++ b/pages.th/linux/pwd.md @@ -0,0 +1,16 @@ +# pwd + +> แสดงชื่อของไดเรกทอรีที่ทำงานอยู่ +> ข้อมูลเพิ่มเติม: . + +- แสดงชื่อของไดเรกทอรีที่ทำงานอยู่: + +`pwd` + +- แสดงชื่อของไดเรกทอรีที่ทำงานอยู่ โดยไม่รวม symlinks: + +`pwd --physical` + +- แสดงชื่อของไดเรกทอรีที่ทำงานอยู่ โดยใช้ PWD จาก environment ถึงแม้ว่าจะรวม symlinks: + +`pwd --logical`