Created
September 21, 2017 00:51
-
-
Save firasd/df2fb55dc8f8b75db33ab5441c71a88b to your computer and use it in GitHub Desktop.
wget without file output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget -O - "http://example.com/?query=1" > /dev/null 2>&1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment