Send log collation number via SMS shell script _linux Shell

Source: Internet
Author: User
Copy Code code as follows:

#!/bin/bash
#telno for the query number list file
#sendsms. Log send result file for SMS
#1 Rep sent successfully
Query_sms ()
{
>submit_telno
>delivered_telno
>fail_delivered_telno
Cat Telno |while Read line
Todo
#判断telno the number in the file which submitted successfully---saved to Submit_telno
awk ' {if ($1== ' $line ') print$0} ' Sendsms.log >>submit_telno
Done
#判断telno文件里的号码哪些发送成功---saved to Delivered_telno
awk ' {if ($2==1) print$0} ' Submit_telno >>delivered_telno
#最后判断telno文件里的号码哪些提交失败---saved to Fail_submit_telno
awk ' argind==1{a[$1]} argind>1&&! ($ in a) {print $} ' Delivered_telno Telno > Fail_delivered_telno
#最后判断telno文件里的号码哪些没有发送成功---saved to Fail_delivered_telno
awk ' argind==1{a[$1]} argind>1&&! ($ in a) {print $} ' Delivered_telno Telno > Fail_delivered_telno
}
Main ()
{
Query_sms
}
Main
Exit 0
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.