Windows – Utility to search and replace text in files including subdirectories in Windows

powershellsearch-and-replacewindows

For Linux, sed and find are an easy option to search and replace in many files including subdirectories. Is there a way to do the same in Windows (with or without PowerShell)?

Best Answer

While PowerShell is certainly capable of this, have you considered using the UnxUtils Win32 ports?

http://sourceforge.net/projects/unxutils/

Related Topic