wget --quiet --output-document - "google.com/humans.txt"
Found here, along with some other well articulated wget examples:
http://www.labnol.org/software/wget-command-examples/28750/
(Note: make sure the dashes are hyphens if you copy and paste)