我是大帅哥,擅长LINUX和C语言,还有脚本,希望和大家交朋友
mail:newhitler@163.com
《统计各地市邮件/用户脚本》源代码
上一篇 /
下一篇 2007-10-17 08:28:00
/ 个人分类:SHELL编程
LUPA开源社区{m-[e;SL1Va/H#!/bin/bashLUPA开源社区 |1|#}4w4GR
#作用:1)统计各地市/各模板/注册/注销/邮件收/发日报LUPA开源社区_m7Z.BVA1q2iQu
#writer:Super MacroLUPA开源社区sv,b1F3JY[/X'G
)ch7v8c.o7s l1a+m0
S%`Q{/lHg
['^0
LUPA开源社区l)UM
P7qYoS#函数:user_add_del
q:r/|nx0#作用:统计用户注册/注销LUPA开源社区 `I1wm
N5Tt
3g1{0IDmb+v$W0function user_add_del()LUPA开源社区b4hb]hx+u#j@
{
4IBC c&Zs^sV0 declare -i user_countLUPA开源社区m-Wjx
p$\d
declare -i sum
B8YJ@)xD0 for area in 017001 017002 017003 017004 017005 017006 017007 017008 017009 017010 017011
C_Le-o
p2Vg0 doLUPA开源社区4W!W9b#V"B
for operation in create deleteLUPA开源社区:pzHbf+w"I#NA
doLUPA开源社区 G:N+bZ9X_#ME
for template in quanqiu youhuei gongmian tiyan
#L3V.__3g2?L%exX0 doLUPA开源社区Y*l"}$UW
user_count=`grep $operation log_mail_purchases|grep $area|grep $template|wc -l`
;kY;J,CyF,Qb2B0 echo $template'_'$operation'_'$area'='$user_count>>count.txt