When wget
is not installed, you want curl -OL http://example.com/
to
replace wget http://example.com/
.
-O
output to a file, not stdout
-L
follow 301/302 redirects
When wget
is not installed, you want curl -OL http://example.com/
to
replace wget http://example.com/
.
-O
output to a file, not stdout
-L
follow 301/302 redirects