typora/note/linux/command/tee 输入到文件.md

4 lines
107 B
Markdown
Raw Permalink Normal View History

2024-12-11 21:48:55 -05:00
- 打印到屏幕,输出到文件
- 默认是覆盖
- -a 追加模式
- echo "hello world" | tee -a 1.txt