Z
Z
zlodiak2019-04-12 15:12:15
Task Schedulers
zlodiak, 2019-04-12 15:12:15

How to output a string from cron?

I'm trying to output a line to the console every minute. To do this, I opened the scheduler file:
sudo crontab -e
and
added the following line:
* * * * * echo 1234567890
Saved the file. But as a result, a line is not output to the console every minute. Please help me fix

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Ronald McDonald, 2019-04-12
@zlodiak

Pusho should be like this:
instead of:
* * * * *

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question