pbcopy,pbpaste: add Thai translations (#9791)

This commit is contained in:
Nuttapong Rojanavanich
2023-02-03 11:38:01 +07:00
committed by GitHub
parent f46fc25fcd
commit 3a73b476e0
4 changed files with 28 additions and 0 deletions

13
pages.th/osx/pbcopy.md Normal file
View File

@@ -0,0 +1,13 @@
# pbcopy
> คัดลอกข้อมูลจากอินพุตมาตรฐาน (`stdin`) ไปยังคลิปบอร์ด.
> เทียบได้กับการกดปุ่ม Cmd + C บนแป้นพิมพ์.
> ข้อมูลเพิ่มเติม: <https://ss64.com/osx/pbcopy.html>.
- คัดลอกเนื้อหาในไฟล์ที่กำหนดไปยังคลิปบอร์ด:
`pbcopy < {{ทาง/ไป/ไฟล์}}`
- คัดลอกผลลัพธ์ของคำสั่งไปยังคลิปบอร์ด:
`find . -type t -name "*.png" | pbcopy`