On Tue, 14 Jul 2009 17:07:38 -0400 Ed Donahue wrote:
Is it possible in vim to do the following:
Search for this block of data:
# Catalog Service 2.0 for uat03 <LocationMatch "^/Services/?"> PathPrepend /inquiryservices Cluster 172.21.1.1:999 </LocationMatch>
And change Cluster 172.21.1.1:9999 to Cluster 172.21.1.2:7000
If I were tackling this, I'd start with awk