Crontab in Shell-Scripting
Crontab is a utility that enables user to schedule tasks to run at specific time or intervals. Like backing up the files, running system maintenance or sending email reports.Cron uses a daemon called cron to execute the scheduled tasks.
Some cronta...
shellscripts.hashnode.dev1 min read