wc 命令
命令用法
$ wc [OPTION]... [FILE]...
$ wc [OPTION]... --files0-from=F常用可选参数
结果参数解析
$ wc *.py
44 93 1191 cookie_counter.py
69 119 2072 cookies.py
37 77 1116 definitions_readonly.py
50 107 1569 definitions_readwrite.py
27 67 855 hello_errors.py
33 60 893 hello_module.py
35 116 1948 hello.py
37 74 1146 poemmaker.py
38 72 1275 string_service.py
51 133 2066 tweet_rate_async.py
50 127 1920 tweet_rate_gen.py
43 120 1672 tweet_rate.py
514 1165 17723 total使用实例
Last updated