Appearance
查看文件内容
cat [选项] [文件]
点击鼠标右键,打开终端,输入”echo -e "第一行\n\n第三行\n第四行" > test.txt echo "第五行" >> test.txt“,创建测试文件