Skip to content

Instantly share code, notes, and snippets.

@charlieanstey
Created April 15, 2015 09:23
Show Gist options
  • Save charlieanstey/45c11118f2e473ae598f to your computer and use it in GitHub Desktop.
Save charlieanstey/45c11118f2e473ae598f to your computer and use it in GitHub Desktop.
Shell :: Output to file using sudo
# Use tee
# from http://stackoverflow.com/a/550808/4498130
echo 'deb blah # blah' | sudo tee --append /etc/apt/sources.list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment