add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,13 +1,13 @@
# pbpaste
> 将剪贴板的内容发送到标准输出
> 相当于在键盘上按下 Cmd + V.
> 更多信息:<https://keith.github.io/xcode-man-pages/pbpaste.1.html>.
> 将剪贴板的内容发送到 `stdout`
> 相当于在键盘上按下 Cmd + V
> 更多信息:<https://keith.github.io/xcode-man-pages/pbpaste.1.html>
- 将剪贴板的内容写入文件:
`pbpaste > {{路径/到/文件}}`
`pbpaste > {{path/to/file}}`
- 将剪贴板的内容作命令的输入:
- 将剪贴板的内容作命令的输入:
`pbpaste | grep foo`
`pbpaste | grep foo`