|
Input file dfn and Output file(s) dfn
My input file is a list of html code for products that have a unique key as their id numbers in the description of the code..
test1
<html>(the code for product #####)</html> <==a complete webpage
i wanted to use the cnt value to represent a unique means of createing a new and different file fore each line in he test1 file so in essenct, it is creating a new html file for each line which I have tested and verified is seperated by a carrage return and no tabs or carage returns in the line itself.
filename.txt is another possible input file i tried to used a mv script to change the name of the cnt.html files created by the first script
|