I have a file with a listing of registry keys. What I would like to do is to sort the list alphabetically and then somehow extract just the unique values(keys).

The first list:
fish
clams
turkey
fish
fish

The final list:
clams
fish
turkey

Any help is welcome - I'm experencing a brain fart!!

OldMan