Get startedGet started for free

CRON

The software utility cron is a time-based job scheduler in Unix-like computer operating systems. People who set up and maintain software environments use cron to schedule jobs (commands or shell scripts) to run periodically at fixed times, dates, or intervals. Let's say you create 0 1 * * * date >> data.txt this Cron entry. What does this mean?

This exercise is part of the course

Curr-Expansion - Introduction to Data Engineering

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise