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:
parent
a6384ee064
commit
8f11fbc39f
1 changed files with 11 additions and 0 deletions
11
pages.zh/osx/pbpaste.md
Normal file
11
pages.zh/osx/pbpaste.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# pbpaste
|
||||
|
||||
> 将剪贴板的内容发送到标准输出(命令行).
|
||||
|
||||
- 将剪贴板的内容写入文件:
|
||||
|
||||
`pbpaste > {{文件}}`
|
||||
|
||||
- 将剪贴板的内容用作命令的输入:
|
||||
|
||||
`pbpaste | grep foo`
|
Loading…
Add table
Reference in a new issue