linux - combine sed and grep to find using regex and replace recursively -


i got problem when im trying find string (using regex) in files , replace it.

i find strings in file contain this:

"ip":"([0-9\.]+)" 

and replace with:

"ip":"127.0.0.1" 

any idea?


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -