PowerShell for file reading, sorting, sorting count.

Source: Internet
Author: User

This is a foreign university QA work problem, read every line of information in the Mainlog file, and get valid information, that is, each message in the fourth after the content, and then classify and count, the request is written in Perl, but I was done with PowerShell, the file is as follows:

The code is as follows:

1<#2$logPath ="C:\Users\tylan\Desktop\mainlog.txt"3#>4 function Checkinfo5 {6 param ($logPath)7$logContent = get-Content $logPath8$reg ="^[email protected][email protected][email protected][email protected]+$"9$categories ="",""Ten     foreach($loginch$logContent) One     { A         if($log-match $reg) -         { -$partialLog = $log. Split ("@") the$category = $partialLog [4] -$categories + =$category -         } -     } +$sortResult = $categories | Sort-object| get-Unique -     foreach($cateinch$sortResult) +     { A$cate | Add-member-membertype Noteproperty-name"Catecount"-value0 at     } -     foreach($categoryinch$categories) -     { -         foreach($cateinch$sortResult) -         {  -             if($category-eq $cate) in             { -$cate. Catecount + + to             } +         } -     } the     foreach($cateinch$sortResult) *     { $         if($cate-ne"")Panax Notoginseng         { -$cate +" : "+$cate. Catecount the         } +     } A } the$logPath ="C:\Users\tylan\Desktop\mainlog.txt" +Checkinfo $logPath

The test results are as follows:

PowerShell for file reading, sorting, sorting count.

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.