Hi ,
In my Unix box, in a particular location say in /home/samir/office on regular basis 6 files get copied from various remote servers via FTP on a particular time.
Now I would like to make a shell script which will work in background to keep track of that files and will mail me with the confirmation.
The files are 6 nos. on daily basis.
file name is like as folows :-
abc40218.csv
def40218.csv
ghi40218.csv
jkl40218.csv
abc_def_pqr20040218.csv
abc_123_def20040218.csv
for 1st group of files 4 = year , 02 = month and 18 = day
and for 2nd group of files 2004 = year, 02 = month and 18 = day
Thanking you ....
Samir
In my Unix box, in a particular location say in /home/samir/office on regular basis 6 files get copied from various remote servers via FTP on a particular time.
Now I would like to make a shell script which will work in background to keep track of that files and will mail me with the confirmation.
The files are 6 nos. on daily basis.
file name is like as folows :-
abc40218.csv
def40218.csv
ghi40218.csv
jkl40218.csv
abc_def_pqr20040218.csv
abc_123_def20040218.csv
for 1st group of files 4 = year , 02 = month and 18 = day
and for 2nd group of files 2004 = year, 02 = month and 18 = day
Thanking you ....
Samir