Get (only) content on URL on stdout

1

For a cron job mailer, I'd like to get the content of a URL to stdout.

Both,

wget http://example.com -O -

and

curl http://example.com >&1

add additional status information that I do not want to see.

user1095676

Posted 2019-09-29T17:24:06.673

Reputation: 11

No answers