标签:href 命令 分享图片 http ++ col shell 批量 alt 测试
先创建几个用于测试的文件$Directory = "C:\Test"
For($i=0;$i -le 10; ++$i) {
Set-Content -Path $("$Directory\Test($i).txt") -value $i
}
创建结果如下图:
PS D:\> $Directory = "C:\Test"
PS D:\> Get-ChildItem $Directory | Rename-Item -NewName { $_.name -Replace "Test","Mail" }
结果如下图:
http://www.computerperformance.co.uk/powershell/powershell_replace.htm
http://www.pstips.net/bulk-renaming-files.html
标签:href 命令 分享图片 http ++ col shell 批量 alt 测试
原文地址:http://blog.51cto.com/zhaodongwei/2064933