wiki.kalen.pw
Log In
Search
You are here:
Start
»
Development
»
PowerShell
Trace:
•
PowerShell
Search
PowerShell
Bulk rename
Get-ChildItem
*
.jpg
|
foreach
{
Rename-Item
$_
$_
.Name.Replace
(
" Some Text "
,
""
)
}