Powershell Swiss Army Knife

Source: Internet
Author: User

Powershell Swiss Army Knife

 

Author: zfive5 (zidong)
Email: zfive5@163.com

Introduction

The project team is relatively large, so some standards are always violated. It takes time and effort to discover their existence only after testing. Therefore, I have been trying to solve this problem and have already completed it on the metadata layer, now it has basically been implemented, but we only need to maintain the check library. We have checked the JS, CSS, and HTML specifications. We also wanted to let him implement it. The background is subject to time issues, directly use powershell to implement one. This is inspired by another employee who has left the company.

Body

Scripting cannot be used in JS applications due to future browser applications. fileSystemObject component. Therefore, it is mainly used to find the place where it is used, and then replaced it with other solutions.

The powershell solution code is as follows:

$ Filelist = Get-childitem-path "C: \ website \"-include "*. JS ","*. aspx ","*. htm ","*. html "-recurse
Foreach ($ file in $ filelist)
{
Select-string-pattern 'scripting. FileSystemObject '-path $ file | formatlist path, line, linenumber
}

Haha, you should learn it well. The world is simple.

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.