Skip to content

Instantly share code, notes, and snippets.

@jfrost
Created February 12, 2016 22:45
Show Gist options
  • Save jfrost/da3a062a53a9e4399efb to your computer and use it in GitHub Desktop.
Save jfrost/da3a062a53a9e4399efb to your computer and use it in GitHub Desktop.
How to truncate a file with sudo
sudo tee file_i_want_to_truncate < /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment