How to remove specific lines in txt
need if it finds two or more identical strings in the string which starts at 1 then removes duplicates
a more simple example if
123
123
it removes 123 but if
234
234
it does not remove, removes only that starts n
14.03.2016 13:12