重定向
1. >>
例:
将当前目录下文件和目录的详细信息追加到demo.txt
ls -lh >> demo.txt
2. >
将当前目录的属性结构输出到demo.txt文件,覆盖原文件内容
tree > demo.txt