/dup=Type,MatchCase,StartColumn,Length,IncludeOne,Format
Remove or show duplicate lines. The arguments are:
Type:
0 - Remove duplicate lines
1 - Show duplicate lines
MatchCase - If 1, do case-sensitive comparisons
StartColumn - The starting column for comparisons
Length - The Length of the comparison
IncludeOne - Include lines with a count of 1
Format - how the output should be formatted for Type=1. For example, "%d %s" to show the count followed by the string.
=========================
1) Is starting column 0 or 1 based?
2) Not sure what IncludeOne is used for?
I am using "Type=0" so Format is not necessary.
========================
TCC 19.00.15 x64 Windows 7 [Version 6.1.7601]
Remove or show duplicate lines. The arguments are:
Type:
0 - Remove duplicate lines
1 - Show duplicate lines
MatchCase - If 1, do case-sensitive comparisons
StartColumn - The starting column for comparisons
Length - The Length of the comparison
IncludeOne - Include lines with a count of 1
Format - how the output should be formatted for Type=1. For example, "%d %s" to show the count followed by the string.
=========================
1) Is starting column 0 or 1 based?
2) Not sure what IncludeOne is used for?
I am using "Type=0" so Format is not necessary.
========================
TCC 19.00.15 x64 Windows 7 [Version 6.1.7601]