Tag: Linus
-
Replacing all occurrences of a string in Linux
Every now and then, I have a reason to replace all occurrences of a certain string in every file in all sub-directories. Geneerally this is for scripts that will run on a Linux server, and finding a program to do this on windows seems hard!. Now its possible on Linix using a combination of Find and Sed,…