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`