I have a given file. I need to create a folder that has 27 files. The first file contains alphabetically ordered and unique words from the given file that start with a, the second that starts with b, and so on.
The 27th file contains the words that start with other characters. I managed to do my dictionary using awk, but i have to do it in bat and it’s causing me a lot of problems.
Note that you had NOT requested us to explain the Batch file, right? 🙂