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

linux shell wc 命令

时间:2014-06-16 00:46:11      阅读:509      评论:0      收藏:0      [点我收藏+]

标签:des   style   class   blog   code   java   

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. 实例

   打印文件的行数,单词数,字符串数

bubuko.com,布布扣
$wc file
bubuko.com,布布扣

结果:

bubuko.com,布布扣
X  Y  Z  file
#X 行数
#Y 单词数
#Z 字符数
bubuko.com,布布扣

 

单独打印行数

bubuko.com,布布扣
$ wc -l file
bubuko.com,布布扣

 

 

 

 

linux shell wc 命令,布布扣,bubuko.com

linux shell wc 命令

标签:des   style   class   blog   code   java   

原文地址:http://www.cnblogs.com/davidwang456/p/3784214.html

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