diff2html-cli
diff2html-cli copied to clipboard
The stack overflow exception is displayed when the file exceeds 14M
Through diff -u f1 f2 |diff2html -s line -i stdin -o stdout, I found that stack overflow would occur when the comparison file exceeded 14M
Run the du -sh command to obtain the diff.txt file from diff -u f1 f2. The size of the file is 14 MB