How does the Vim "write with sudo" trick work?
Many of you have probably seen the command that allows you to write to a file that needs root permissions, even when you forgot to open Vim with sudo: :w !sudo tee % The thing is that I don't get ...