If anyone it's like me and work even once with IBM Mainframe batch jobs, then it's possible that you know CONTROL-M, that is a tool to schedule jobs not only in a date and time fashion but also in terms of conditionals base on success or failures of other jobs
So i wonder if in a linux machine if this possible with the cron server. The only way I know if that a cron job must run at certain date and time, now I want to run in a chain of other cron jobs. Say so that when one finish triggers the other one to start and so.
It's there a way to accomplish this?
Best, Demian