首页 > 代码库 > linux shell wc 命令
linux shell wc 命令
1. 语法与选项
Short Option | Long Option | Option Description |
---|---|---|
-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 | |
-L | –max-line-length | print the length of the longest line |
-w | –words | print the word counts |
2. 实例
打印文件的行数,单词数,字符串数
$wc file
结果:
X Y Z file
#X 行数
#Y 单词数
#Z 字符数
单独打印行数
$ wc -l file
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。