Files
My-Notes/笔记/Linux/基础指令/more.md
T

8 lines
147 B
Markdown
Raw Normal View History

# more \[文件]
作用:查看文件
与cat的不同:文件过长时可以翻页,cat只能一次性打印
按q退出
示例
more ./test.txt