hi! i have a proxy config file which has the following line:
Allow 212.21.3.44
i'd like to replace that ip address portion with my new ip address when it changes. it would probably be easier to just use the line number when searching for it - i don't think that config file will change at all other than that particular setting.
how can i do it from the command line with something like like perl, sed, etc?
thanks!