I have written a script that schedules an application via the AT command. Now i need to know a way an another script can delete only that particular task. Theres no way to know what is the id ( since it cannot be specified in the AT command when scheduling a task).
Maybe parsing the output of the AT command. But i dont know how.
Suggestions.Thank you.