freebsd-skq/usr.bin/comm
Andrey A. Chernov 8f82dfe5d1 Rewrite input processing to not exit with error on the first EILSEQ found
in the input data but fallback to "binary comparison" instead.

POSIX says: "The input files shall be text files", nothing more,
so the text file with illegal sequence is valid input.
BTW, GNU sort does not fails on EILSEQ too.
2010-03-08 22:27:46 +00:00
..
comm.1 The input line length limit mentioned on the manual page was removed by 2009-12-12 18:04:50 +00:00
comm.c Rewrite input processing to not exit with error on the first EILSEQ found 2010-03-08 22:27:46 +00:00
Makefile