mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
215 B
215 B
pbcopy
将标准输出放入剪贴板(命令行里的 cmd + C).
- 将文件的内容放入剪贴板:
pbcopy < {{文件}}
- 将命令的执行结果放入剪贴板:
find . -type t -name "*.png" | pbcopy