How to append latest output result to text file without repeating output again and again
I want to get job status output with latest executed time to the text file , however when I run the job each time ( schedule using cronjob ) It’s appending old, executed result also in the text file as well, but I want to get text output with latest executed result only . How… Read More How to append latest output result to text file without repeating output again and again