toronto2003
IS-IT--Management
Hello,
I need help writing a unix script and then have it as a cronjob running everyday at 6:00 a.m
There are three .csv files that get generated every day via other job on \disk2\jobs directory:
The files under this directory end with the current date:
A_YYYYMMDD.csv
B_YYYYMMDD.csv
C_YYYYMMDD.csv
I need to do a record count on all these three .csv files and send an email along with the attachments to an email alias. I also need to send an alert if either of this three files are not found in the /disk2/jobs directory at 6:00 a.m every day.
Your help on this would be highly appreciated.
Thanks a lot.
I need help writing a unix script and then have it as a cronjob running everyday at 6:00 a.m
There are three .csv files that get generated every day via other job on \disk2\jobs directory:
The files under this directory end with the current date:
A_YYYYMMDD.csv
B_YYYYMMDD.csv
C_YYYYMMDD.csv
I need to do a record count on all these three .csv files and send an email along with the attachments to an email alias. I also need to send an alert if either of this three files are not found in the /disk2/jobs directory at 6:00 a.m every day.
Your help on this would be highly appreciated.
Thanks a lot.