pbcopy

curl https://yjiang.cn | pbcopy

实现的效果: 将curl请求到的内容导入粘贴板

pbpaste

pbpaste > foo.txt

实现的效果: 将粘贴板的内容写入foo.txt