➜ ~ brew install wget
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
azcopy codequery link-grammar
==> Installing dependencies for wget: gettext, libunistring and libidn2==> Installing wget dependency: gettext==> Downloading https://homebrew.bintray.com/bottles/gettext-0.20.1.catalina.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/10/107d7f386fbeea6979f9376cdbbcf3f60943caaad61bdc754d3019ce625dffe6?__gda__=exp=1586694510~hmac=ccc067
######################################################################## 100.0%==> Pouring gettext-0.20.1.catalina.bottle.tar.gz
==> Caveats
gettext is keg-only, which means it was not symlinked into /usr/local,
because macOS provides BSD gettext.
If you need to have gettext first in your PATH run:
echo'export PATH="/usr/local/opt/gettext/bin:$PATH"' >> ~/.zshrc
For compilers to find gettext you may need to set:
exportLDFLAGS="-L/usr/local/opt/gettext/lib"exportCPPFLAGS="-I/usr/local/opt/gettext/include"==> Summary
🍺 /usr/local/Cellar/gettext/0.20.1: 1,893 files, 18.4MB
==> Installing wget dependency: libunistring==> Downloading https://homebrew.bintray.com/bottles/libunistring-0.9.10.catalina.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/ce/ce746662b98d93511b86920011b5cafcd2eecbce4c9c40d8c52a143cdf708456?__gda__=exp=1586694526~hmac=e67bdd
######################################################################## 100.0%==> Pouring libunistring-0.9.10.catalina.bottle.tar.gz
🍺 /usr/local/Cellar/libunistring/0.9.10: 54 files, 4.4MB
==> Installing wget dependency: libidn2==> Downloading https://homebrew.bintray.com/bottles/libidn2-2.3.0.catalina.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/09/0908585cca518a83f101b2edc0417a26a4b4fc8b76e393c6f6672de6e595c914?__gda__=exp=1586694530~hmac=c7c038
######################################################################## 100.0%==> Pouring libidn2-2.3.0.catalina.bottle.tar.gz
🍺 /usr/local/Cellar/libidn2/2.3.0: 70 files, 727.8KB
==> Installing wget==> Downloading https://homebrew.bintray.com/bottles/wget-1.20.3_2.catalina.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/ef/ef65c759c5097a36323fa9c77756468649e8d1980a3a4e05695c05e39568967c?__gda__=exp=1586694533~hmac=e66b1b
######################################################################## 100.0%==> Pouring wget-1.20.3_2.catalina.bottle.tar.gz
🍺 /usr/local/Cellar/wget/1.20.3_2: 50 files, 4.0MB
==> Caveats==> gettext
gettext is keg-only, which means it was not symlinked into /usr/local,
because macOS provides BSD gettext.
If you need to have gettext first in your PATH run:
echo'export PATH="/usr/local/opt/gettext/bin:$PATH"' >> ~/.zshrc
For compilers to find gettext you may need to set:
exportLDFLAGS="-L/usr/local/opt/gettext/lib"exportCPPFLAGS="-I/usr/local/opt/gettext/include"➜ ~
➜ ~ wget -S -nv https://www.examples.com -O /dev/null
Warning: Failed to set locale category LC_NUMERIC to zh_Hans_JP.
Warning: Failed to set locale category LC_TIME to zh_Hans_JP.
Warning: Failed to set locale category LC_COLLATE to zh_Hans_JP.
Warning: Failed to set locale category LC_MONETARY to zh_Hans_JP.
HTTP/1.1 200 OK
Content-Type: text/html
Server: nginx
Last-Modified: Sun, 12 Apr 2020 12:30:02 GMT
ETag: W/"5e9309ca-6213" X-Frame-Options: SAMEORIGIN
Content-Encoding: gzip
Via: 1.1 varnish
Cache-Control: max-age=31536000, public
Access-Control-Allow-Origin: *
Content-Length: 5751 Accept-Ranges: bytes
Date: Sun, 12 Apr 2020 12:30:32 GMT
Via: 1.1 varnish
Age: 29 Connection: keep-alive
X-Served-By: cache-lax8622-LAX, cache-tyo19925-TYO
X-Cache: HIT, MISS
X-Cache-Hits: 2, 0 X-Timer: S1586694632.057470,VS0,VE106
Vary: Accept-Encoding
Strict-Transport-Security: max-age=900### 2020-04-12 21:30:32 URL:https://www.examples.com/ [5751/5751] -> "/dev/null" [1]