add new chinese translations
This commit is contained in:
@@ -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`
|
Reference in New Issue
Block a user