sed in-place – find and replace string in all files
Sed is a really powerful and useful linux program when you want to replace certain string in a file. But it gets harder when you wan replase srting in all available files in directory . Here is the solution with… Continue Reading
