I have two files namely
names and others
markets.
The entry in
names file
and the entries in markets is like
I need to read all the entries in names file line by line and also markets file and create a zero byte files
like
Quote:
apttbp.newjersey.01232008.batch1.dat
apttbp.oklahoma.01232008.batch1.dat
cdrfhty.newjersey.01232008.batch1.dat
cdrfhty.oklahoma.01232008.batch1.dat
I should be able to pass the
.01232008.batch1.dat as paramter to the script. can some body let me know how i can do it?
I just gave the example above and there are lot of entries in names and markets files. That is why i need a program.