Skip to content

Instantly share code, notes, and snippets.

@jdtoy
Created August 20, 2013 14:30
Show Gist options
  • Save jdtoy/6282130 to your computer and use it in GitHub Desktop.
Save jdtoy/6282130 to your computer and use it in GitHub Desktop.
Append to file as root.
echo "1.2.3.4 extra" | sudo tee -a /etc/hosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment