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

shell scripts 之 代码量统计

时间:2014-11-03 20:56:21      阅读:339      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   io   ar   os   sp   strong   文件   

  • 代码统计
  1. code如下:
    bubuko.com,布布扣

  2. xargs说明:
    xargs 读入stdin的值, 并默认以空白或者回车作为分隔符,将分割的值作为参数传给后面紧接着的的命令行操作。
    -d  --delim  : 指定分隔符;
    -a  : 从文件中读入数据;
     
  3. wc说明:
    统计指定文件中的字符数,字节数,行数
    用法格式: wc [options] [filename]
    options说明:
    -c  : 统计字节数;
    -m  : 统计字符数;
    -w  : 统计字数;
    -l  : 统计行数;
    -help  : 帮助;

----------------------------------

参考资料:
1、每天一个linux命令:wc命令

2、find和xargs整理

shell scripts 之 代码量统计

标签:style   blog   http   io   ar   os   sp   strong   文件   

原文地址:http://www.cnblogs.com/Nonono-nw/p/4072065.html

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