The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: resolv.conf
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 10-13-2008
aliahsan81 aliahsan81 is offline
Registered User
  
 

Join Date: Sep 2008
Posts: 62
resolv.conf

HI ALL

I am making a script,That will does the following,I am in search of ideas

1.Script will comment all existing the entries in resolve.conf
2.Add new entries like this

abc.example.com
192.168.1.x
I can use sed to add comment.