Skip to content

Instantly share code, notes, and snippets.

@wbingli
Last active August 29, 2015 13:58
Show Gist options
  • Save wbingli/9962060 to your computer and use it in GitHub Desktop.
Save wbingli/9962060 to your computer and use it in GitHub Desktop.
Append a search path to /etc/resolv.conf
if ! grep -q 'test.com' /etc/resolv.conf
then
sed -i "s/`grep search /etc/resolv.conf`/`grep search /etc/resolv.conf` test.com/" /etc/resolv.conf
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment