1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 16:15:26 +02:00

pbpaste: add Chinese translation

This commit is contained in:
wizarot 2019-03-13 11:29:27 +08:00 committed by Owen Voke
parent a6384ee064
commit 8f11fbc39f

11
pages.zh/osx/pbpaste.md Normal file
View file

@ -0,0 +1,11 @@
# pbpaste
> 将剪贴板的内容发送到标准输出(命令行).
- 将剪贴板的内容写入文件:
`pbpaste > {{文件}}`
- 将剪贴板的内容用作命令的输入:
`pbpaste | grep foo`