D
D
Dmitry Bondarchuk2020-12-23 10:25:07
Task Schedulers
Dmitry Bondarchuk, 2020-12-23 10:25:07

How to configure cron to not create a file when executing a command?

I have the command
wget -b site_address >/dev/null 2>&1
After executing this command, the file "site_address" is created. How can I prevent this file from being created?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sand, 2020-12-23
@sand3001

wget -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