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
Post a Comment