Linux – How to pipe a downloaded file to standard output in bash

bashlinuxpipeUbuntuwget

How is it possible to pipe out wget's downloaded file? If not what alternatives should I use?

Best Answer

wget -O - -o /dev/null  http://google.com