码迷,mamicode.com
首页 > 系统相关 > 详细

Linux下查看文档指令

时间:2017-03-11 13:10:16      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:head   行号   linux   分页   显示   less   stc   nbsp   cat   

1,cat直接查看

cat /etc/profile

2,more,less分页查看

less  /etc/profile

more /etc/profile

less -N /etc/profile 显示行号 内容

3,tail head从尾部或头部查看

head -n 10 /etc/profile  显示前10行内容

tail -n 10 /stc/profile   显示后10行的内容

tail /etc/profile 显示后10行内容,如果文档增加内容,默认显示,此指令显示日志非常好用

Linux下查看文档指令

标签:head   行号   linux   分页   显示   less   stc   nbsp   cat   

原文地址:http://www.cnblogs.com/usa007lhy/p/6534540.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!