当前位置: 主页 > 日志 > Linux >

Linux统计文件行数 - wc命令

查询us_surnames.csv文件的行数

 

root@li384-34:/data/usa_names# wc -l usa_names.csv

1058827 usa_names.csv

PS:该文件的总行数为1058827。

 

wc命令的其它参数:

 

root@li384-34:/data/usa_names# wc --help

Usage: wc [OPTION]... [FILE]...

  or:  wc [OPTION]... --files0-from=F

Print newline, word, and byte counts for each FILE, and a total line if

more than one FILE is specified.  With no FILE, or when FILE is -,

read standard input.

  -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

      --version  output version information and exit

 

Report wc bugs to bug-coreutils@gnu.org

GNU coreutils home page: <http://www.gnu.org/software/coreutils/>

General help using GNU software: <http://www.gnu.org/gethelp/>

Report wc translation bugs to <http://translationproject.org/team/>

 

 

[日志信息]

该日志于 2012-02-10 17:32 由 redice 发表在 redice's Blog ,你除了可以发表评论外,还可以转载 “Linux统计文件行数 - wc命令” 日志到你的网站或博客,但是请保留源地址及作者信息,谢谢!!    (尊重他人劳动,你我共同努力)
   
验证(必填):   点击我更换验证码

redice's Blog  is powered by DedeCms |  Theme by Monkeii.Lee |  网站地图 |  本服务器由西安鲲之鹏网络信息技术有限公司友情提供

返回顶部