OK, my sed solution would go something like this:Quote:
Originally Posted by SeanOffShotgun
tivo # rw
tivo # sed 's/w\.x\.y\.z/66\.238\.88\.163/' /etc/tclient.conf > /tmp/tclient.conf
tivo # cp /tmp/tclient.conf /etc/tclient.conf
tivo # ro
Where w.x.y.z is the original ip address, but I'm too stupid to be sure what it was originally, can someone help me out?