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 -->
  #6 (permalink)  
Old 10-13-2008
learnbash learnbash is offline
Registered User
  
 

Join Date: Mar 2008
Posts: 96
Quote:
Originally Posted by otheus View Post
I think you are going about it the wrong way.


Code:
exec $<RESOLV >$RESOLV.new
above line should be -> exec <$RESOLV >$RESOLV.new

Thanks,
bash