# 树状图输出文件夹结构,需要安装 yum install -y tree
tree -L 2
# 输出内容到控制台
echo "hello word"
# 在 a.txt 结尾添加 abcd
echo "abcd" >> a.txt
2018-09-14