随笔分类 -  Linux技术

摘要:1.文本查看cat less more:(1)使用cat命令[root@62q ~]# cat /etc/passwd[root@62q ~]# cat -n test # -n显示行号 1 1855 2 1855 3 794 (2)也可以使用le... 阅读全文
posted @ 2015-08-08 20:23 PastMan 阅读(306) 评论(0) 推荐(0)