文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>统计某一个字符的个数

统计某一个字符的个数

时间:2010-10-08  来源:jing494485758

urfile: aaabc bbbaa ccc   统计a的个数 grep -o a urifle awk -F "" '{for(i=1;i<=NF;++i) if($i=="a") ++sum}END{print sum}' urfile   #-F ""中间必须要有空格   "a"必须使用双引号,字符串   awk -F "" '{for(i=1;i<=NF;i++)a[$i]++}END{for(j in a) if(j=="c") print a[j]}' urfile #   统计所有字符的个数 awk -F "" '{for(i=1;i<=NF;i++)a[$i]++}END{for(j in a)print j,a[j]}' urfile    
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载