Page 1 of 1

Comparing Lists of Strings

Posted: Tue Jun 07, 2022 6:23 pm
by AZJIO
Comparing strings in files or from the clipboard

Download: yandex upload.ee (RU\EN)

Screenshot of the program on Linux
Image

Tasks performed by the program
Unique lines of the 2nd file that are not in the first one.
Same lines in 2 files.
Unique lines of the same file, removes duplicates.
Count unique lines of one file.
Merge lines of 2 files.
Update
Protecting against blank lines in input fields
Removing a delimiter at the end of a line
Added display of the number of lines and task execution time in the status bar.
Added "Merge lines of 2 files"

Added "case sensitive"
Added "Whole line is delimiter"

Re: Comparing Lists of Strings

Posted: Tue Jun 07, 2022 7:33 pm
by NicTheQuick
What exactly does it?

Re: Comparing Lists of Strings

Posted: Wed Jun 08, 2022 2:58 am
by AZJIO
NicTheQuick wrote: Tue Jun 07, 2022 7:33 pm What exactly does it?
Download here, there is a help file. I can only do it in the evening.

Re: Comparing Lists of Strings

Posted: Mon Jun 13, 2022 8:49 am
by AZJIO
Update
Protecting against blank lines in input fields
Removing a delimiter at the end of a line
Added display of the number of lines and task execution time in the status bar.
Added "Merge lines of 2 files"