Bypassing confirmation prompt of an external process
- by Alidad
How can I convert this Perl code to Groovy?
How to bypass confirmation prompts of an external process?
I am trying to convert a Perl script to Groovy. The program is loading/delete maestro (job scheduling) jobs automatically. The problem is the delete command will prompt for confirmation (Y/N) on every single job that it finds. I tried the…