Skip to content

Instantly share code, notes, and snippets.

@firasd
Created September 21, 2017 00:51
Show Gist options
  • Save firasd/df2fb55dc8f8b75db33ab5441c71a88b to your computer and use it in GitHub Desktop.
Save firasd/df2fb55dc8f8b75db33ab5441c71a88b to your computer and use it in GitHub Desktop.
wget without file output
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