Home > sysadmin > Bash search and replace ip script

Bash search and replace ip script

You can search and replace and IP address in bind (named.conf) or name server records with this script:

Assign values as indicated.

#!/bin/bash
x=`cat oldip`
a=`cat newip`
cmd=”sed -e”
$cmd “s#$x#$a#g” oldconfigfie > new.configfile

Categories: sysadmin
  1. No comments yet.
  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: