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

Linux常用命令--cat 、more、less、head、tail

时间:2016-10-08 21:07:00      阅读:285      评论:0      收藏:0      [点我收藏+]

标签:more less cat tac tail head

1、cat作用及用法:

  cat [-option] 文件名

  NAME

       cat - concatenate files and print on the standard output 连接文件并显示标准输出

   -n  显示文件内容并附带行号。

   -E  显示每一行行尾结束符

   -T  显示制表符

   -A  显示所有内容

  tac 从尾行到首行显示。

2、more作用及用法:

  more [-option] 文件名

  NAME

     more - file perusal filter for crt viewing分屏查看文件内容

  more /etc/passwd

3、less作用及用法:

  less [-option] 文件名

  NAME

       less - opposite of more

4、head作用及用法:

 head [-option] 文件名

 NAME

       head - output the first part of files  输出显示前几行

   -n 显示前n行,默认显示前10行

5、tail作用及用法:

  tail [-option] 文件名

NAME

       tail - output the last part of files  输出显示后几行

   -n 显示后n行,默认显示后10行

   -f 查看文件尾部并不退出查看状态,等待显示后续追加至此文件的新内容,按ctrl+c退出


本文出自 “学linux历程” 博客,请务必保留此出处http://woyaoxuelinux.blog.51cto.com/5663865/1859312

Linux常用命令--cat 、more、less、head、tail

标签:more less cat tac tail head

原文地址:http://woyaoxuelinux.blog.51cto.com/5663865/1859312

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