我的程式開發筆記
我的程式開發筆記,C# .Net、Javascript、JQuery、SQL、Android、開發模式...
2019年10月30日 星期三
用 powershell 批次取代資料夾內檔案檔名文字 | Use powershell replace file name in folder
MARKDOWN
想要大量去更改資料夾內檔案的某些字詞為另外的字詞時可以這樣用
``` Dir | Rename-Item -NewName { $_.name -replace "_soldout..png", "_out.png" } ```
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言