自学linux指令分析-head

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了自学linux指令分析-head相关的知识,希望对你有一定的参考价值。

自学linux指令分析-head

 

1·命令格式

head 【参数】【文件】

 

2·命令参数

-q                     隐藏文件名

-v                     显示文件名

-c<字节>           显示字节数

-n<行数>           显示的行数

 

 

3、命令功能

 头部  显示文件头部-n, 行数,默认显示头部10行

 

4、命令范列

[[email protected] ~]# head -5 ett.txt
1
2
3
4
5






以上是关于自学linux指令分析-head的主要内容,如果未能解决你的问题,请参考以下文章

自学linux指令分析-find

自学linux指令分析-seq

自学linux指令分析-sed

自学linux指令分析-alias

自学linux指令分析-vi

自学linux指令分析-ls