Hi,
Is it possible to cron a script which is editing crontab file.
eg:
test1.sh
Submitting the following jobs to crontab based on some condition (either 1.sh or 2.sh )
10 10 * * * * $input
test2.sh
submitting the test1.sh to crontab everyday
0 1 * * * * test2.sh
Can anyone help me,
Thanks,
apr1004.
Is it possible to cron a script which is editing crontab file.
eg:
test1.sh
Submitting the following jobs to crontab based on some condition (either 1.sh or 2.sh )
10 10 * * * * $input
test2.sh
submitting the test1.sh to crontab everyday
0 1 * * * * test2.sh
Can anyone help me,
Thanks,
apr1004.