Overview of Sort / Merge / Deduplicate / Split in few steps

<<

Step 4: Suppressing Headers

Input file contains 1 header line: We suppress it using SKIP_HEADER parameter.
By the way, we now run XSM with --veryverbose or -vv option:
XSM displays 501 input lines minus 1 header line, that gives 500 output lines.
>>