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

java - unable show chart in xls document using jasper reports -

javascript - How to change image src on success AJAX -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -