1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-09 11:45:23 +02:00
tldr/pages.zh/common/airpaste.md
2019-04-18 01:14:55 +05:30

23 lines
311 B
Markdown

# airpaste
> 在同一网络下共享信息和文件.
- 等待接收消息并显示接收到的信息:
`airpaste`
- 发送文本:
`echo {{text}} | airpaste`
- 发送文件:
`airpaste < {{path/to/file}}`
- 接收文件:
`airpaste > {{path/to/file}}`
- 创建/加入频道:
`airpaste {{channel_name}}`