Day 9 and 10 - Task Scheduling in Linux with cron and at command
AT -> The at command is the terminal method of allowing you to schedule on-time jobs for a specific time and date.It executes commands at a particular time and accepts times of the form HH:MM to run a job at a specific time of day. The following expr...
paramgill.hashnode.dev3 min read