I have a file containing many words ending in ., most of which are abbreviations, for example:
How can I display a list that displays all these words only once?
- All words have a space before, so this space can be used to find the beginning of a word.
- Not a word appears at the beginning of the line.
- There are no sentences in the file, so all periods are used in this way.
source
share