wcdiff
Section: Misc. Reference Manual Pages (1L)
NAME
wcdiff - ファイル中のバイト数、単語数、行数を出力
GNU wc と比較した違いは以下の通りです。
- JavaやC/C++のコメント行は除いて計算されます。
- マクロ((ex)#ifdef ...)は除いて計算されます。
- 特殊記号((ex){ ...)は除いて計算されます。
書式
wc [OPTION]... [FILE]...
ダウンロード
詳細
任意のファイルの行数、文字数、そしてバイト数を出力する。
そして1個を超えるファイルを指定するとtotalを表示する。
- -c, --bytes, --chars
- print the byte counts
- -l, --lines
- print the byte counts
- -w, --words
- print the byte counts
- --help
- print the byte counts
- --version
- output version information and exit
AUTHOR
Written by Toshikazu Ando.
License
GNU
Powerd by perl.
Toshikazu Ando.