Hi All,
I want a list of files sent to a file with word count.
Ex:
Srcdirectory:
File1.txt
File2.txt
File3.txt
File4.txt
File5.txt
.
..
I need a to build a file in this way
Filename,Count
File1.txt,2
File2.txt,78
File3.txt,100
File4.txt,90
File5.txt,78
And I want to overwrite this file everyday. I will be running this script everyday for same no. of files but with different record counts.
Thanks a lot..
I want a list of files sent to a file with word count.
Ex:
Srcdirectory:
File1.txt
File2.txt
File3.txt
File4.txt
File5.txt
.
..
I need a to build a file in this way
Filename,Count
File1.txt,2
File2.txt,78
File3.txt,100
File4.txt,90
File5.txt,78
And I want to overwrite this file everyday. I will be running this script everyday for same no. of files but with different record counts.
Thanks a lot..