Search Results

Search: Posts Made By: pat_pramod
7,209
Posted By pat_pramod
Thanks a lot clx for your suggestion. It worked...
Thanks a lot clx for your suggestion. It worked perfectly.
7,209
Posted By pat_pramod
How to find and replace a string with spaces and / recursively?
Hi all,

I wanted to find and replace an email id from entire directory structure on a Linux server. I found that find . -type f -print0 | xargs -0 sed -i 's/abc@yahoo.com/xyz@gmail.com/g' would do...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 09:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy