I just want to scan through a directory containing several subdirectories, each containing several text files, and display the name/word count/character count of each text file in each subdirectory.
All I'm looking for is a quick and simple way to do the scanning through all subdirectories finding each file.
thanks in advance