Hacker News new | ask | show | jobs
by ghola2k5 3502 days ago
I know this isn't the point.. but I can't help myself... PowerShell:

gci c:\somedir -r -filter "*.ext1" | %{Move-Item $_.FullName -Dest ($_.DirectoryName + "\" + $_.BaseName + ".ext2")}