I have created a cronjob in Unix to execute an .sh file which will send me the output of an Excel file to my mail id once it is executed.
But now I do not want an email if there is a "NO RECORD" or "Zero byte" output in the Excel file.
How do I tackle this issue?