Batch update of all file names under one directory using PowerShell

Source: Internet
Author: User

If a path contains a large number of files that need to be modified, such as all file names contain _test.

PowerShell can be used when we need to replace the _test in these files with a.

First go to the PowerShell in CMD

C:\users\wh42>powershellwindows powershellcopyright (C) Microsoft Corporation. All Rights reserved.ps c:\users\wh42>

  

PS c:\users\wh42> d:ps d:\> cd APS d:\a> Get-childitem | rename-item-newname {$_.name-replace "_test", "A"}

At this point, the magic happens and you can see that all the file names that contain the _test are replaced by a.

Of course, it's just a simple application, and hopefully the next one will have the opportunity to continue studying PowerShell.

Batch update of all file names under one directory using PowerShell

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.