$ cat tmp.txt
hello world
hello linux
hello perl
good perler
best linuxer
strong unixer
weak windower
$ perl -ne 'END { print $x } @w = split; $x += @w' tmp.txt
14
$ perl -ane 'END {print $x} $x += @F' tmp.txt
14
欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) | Powered by Discuz! X3.2 |