Jan 13, 2025
•
Tutorials
• 1 min read
What is CRON? Unix-like operating systems provide utility for run periodical tasks. For example you need to run script every day at 08:00 AM. CRON read tasks from configuration file line by line and have special syntax.
Windows have their own tool n...