Duplicate Remover
Remove repeated entries from a list.
An example
Not your input
- Lines in
- ankara / izmir / ankara / bursa
- Lines out
- ankara / izmir / bursa (1 duplicate removed)
Order is kept: the first time a line appears is the one that stays.
Remove repeated entries from a list.
Not your input
Order is kept: the first time a line appears is the one that stays.