怎样一页一页地查看一个大文件的内容呢?

通过管道将命令”cat file_name.txt” 和 ’more’ 连接在一起可以实现这个需要.

[root@localhost ~]# cat file_name.txt | more
posted @ 2020-12-09 00:38  咔啡  阅读(250)  评论(0)    收藏  举报