blah | sudo dd of=/some/file
blah | sudo cat > /some/file
blah | sudo tee /some/file > /dev/null
blah | sudo sh -c 'cat > /some/file'