Relative Content

Tag Archive for linuxbashcron

Linux script for running commands from a file

There are 2 ip address where I want to add a job to cron which runs at 7am daily.
In one place the cron job runs everyday and in the other it runs only on the 1st of month.
Instead of setting up 2 different cron jobs can this be done in a single script?