What is * used for?
Used as “everyday” inside the crontab
Create a sample crontab entry.
22 13 * 3 * echo “First entry” > crontab-entry
22=minute
13=hour
*=day
3=month
*=day of the week
echo “first entry” > crontab-entry=command
When is at used?
One time basis (ADHOC) - as needed