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
Through
diff -u f1 f2 |diff2html -s line -i stdin -o stdout, I found that stack overflow would occur when the comparison file exceeded 14MRun the du -sh command to obtain the diff.txt file from
diff -u f1 f2. The size of the file is 14 MB