typora/note/linux/command/tee 输入到文件.md
2024-12-12 10:48:55 +08:00

107 B

  • 打印到屏幕,输出到文件
  • 默认是覆盖
  • -a 追加模式
  • echo "hello world" | tee -a 1.txt