4918
5880
3万
GROAD
曲径通幽,安觅芳踪。
$ cat tmp.txt hello world hello linux hello perl good perler best linuxer strong unixer weak windower
perl -F'\W' -ane 'END {print $x} $x += @F' tmp.txt 14
$ cat tmp2.txt abc:123:kab 321:aed:net
$ perl -F':' -ane 'END {print $x} $x += @F' tmp2.txt 6
$ perl -F':' -ane 'chomp($F[6]); $s{$F[6]}++;' -e 'END { print "$_ : $s{$_}\n" for keys %s }' /etc/passwd /bin/sh : 1 /sbin/halt : 1 /bin/sync : 1 /sbin/nologin : 40 /sbin/shutdown : 1 /bin/bash : 3 /bin/false : 1
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
小黑屋|手机版|Archiver|曲径通幽 ( 琼ICP备11001422号-1|公安备案:46900502000207 )
GMT+8, 2025-5-2 23:27 , Processed in 0.089953 second(s), 22 queries .
Powered by Discuz! X3.2
© 2001-2013 Comsenz Inc.