M
M
My joy2016-10-24 22:05:39
Debian
My joy, 2016-10-24 22:05:39

wget as way to request url via cron?

Good evening comrade friends.
I create a cron task, according to the scenario, which should request the site page 1 time at night for the web server to work. At the same time, I would not want to store the result of the task, so that they are not logged anywhere and do not litter the place. Tell me how to just call the page with wget without downloading anything (without saving)
59 23 * * * wget https://example.com/page

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey, 2016-10-24
@t-alexashka

Try Options-o /dev/null -O /dev/null

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question