Cmd Generator

more

文件分页查看器。

more

示例

# 查看文件
more file.txt

# 指定行数
more -n 20 file.txt

# 压缩空行
more -s longfile.txt

# 到结尾退出
more -e file.txt

Sponsors