Files
My-Notes/笔记/Linux/基础指令/more.md
T
2026-06-30 22:02:28 +08:00

147 B

more [文件]

作用:查看文件 与cat的不同:文件过长时可以翻页,cat只能一次性打印 按q退出

示例 more ./test.txt