I have a directory with about 200 individual files. In each of these files there is a customer name that I grab at a specific position. To this point I have no problem opening up the directory and reading each file in and printing the customer name. The problem I am having is that out of the 200 files, there are only about 10 unique customer names. How do I push the name into an array if it is unique and only print out 10 names rather than 200?