I wanted to know if there is possibility in Linux shell scripting where variable stored in first script execution ( cron job) can be passed to next cron job schedule
For example : If my script store some value in variable X in first execution , then this value should be passed to script execution in next cron job schedule and so on..
Regards, Hari