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/pbpaste.md Normal file
View File

@@ -0,0 +1,13 @@
# pbpaste
> ส่งเนื้อหาของคลิปบอร์ดไปยังผลผลิตมาตรฐาน (`stdout`).
> เทียบได้กับการกดปุ่ม Cmd + V บนแป้นพิมพ์.
> ข้อมูลเพิ่มเติม: <https://ss64.com/osx/pbpaste.html>.
- เขียนเนื้อหาของคลิปบอร์ดไปยังไฟล์:
`pbpaste > {{ทาง/ไป/ไฟล์}}`
- นำเนื้อหาในคลิปบอร์ดไปใช้เป็นอินพุตของคำสั่ง:
`pbpaste | grep foo`