你也知道?这个命令很好记,他的功能有限。wc-cfilename:显示一个文件的字节数wc-mfilename:显示一个文件的字符数wc-lfilename:显示一个文件的行数wc-L"/>

Linux wc命令详解

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux wc命令详解相关的知识,希望对你有一定的参考价值。

今天的内容是linux的wc命令,这个名字很好记。技术分享你也知道?

这个命令很好记,他的功能有限。

wc -c filename:显示一个文件的字节数

wc -m filename:显示一个文件的字符数

wc -l filename:显示一个文件的行数

wc -L filename:显示一个文件中的最长行的长度

wc -w filename:显示一个文件的字数

 -c, --bytes

              print the byte counts


       -m, --chars

              print the character counts


       -l, --lines

              print the newline counts


       --files0-from=F

              read input from the files specified by NUL-terminated names in file F; If F is - then read names from standard input


       -L, --max-line-length

              print the length of the longest line


       -w, --words

              print the word counts


       --help display this help and exit


本文出自 “网络” 博客,转载请与作者联系!

以上是关于Linux wc命令详解的主要内容,如果未能解决你的问题,请参考以下文章

Linux 命令 | 常用命令 wc 详解 + 实例

linux sort,uniq,cut,wc命令详解

Linux查看文件内容和wc命令详解

linux sort,uniq,cut,wc命令详解

linux sort uniq cut wc命令详解

linux文本处理工具