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 @@
# pbcopy
> 来自标准输入的数据放入剪贴板。
> 相当于键盘上按下 Cmd + C.
> 更多信息:<https://keith.github.io/xcode-man-pages/pbcopy.1.html>.
> 数据从 `stdin` 复制到剪贴板。
> 相当于按下键盘上 Cmd + C
> 更多信息:<https://keith.github.io/xcode-man-pages/pbcopy.1.html>
- 将文件的内容放入剪贴板:
-特定文件的内容放入剪贴板:
`pbcopy < {{路径/到/文件}}`
`pbcopy < {{path/to/file}}`
- 将命令的执行结果放入剪贴板:
-特定命令的结果放入剪贴板:
`find . -type t -name "*.png" | pbcopy`
`find . -type t -name "*.png" | pbcopy`