Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
golang
/
1.22.0
/
src
/
internal
/
diff
/
testdata
/
Filename :
basic.txt
back
Copy
Example from Hunt and McIlroy, “An Algorithm for Differential File Comparison.” https://www.cs.dartmouth.edu/~doug/diff.pdf -- old -- a b c d e f g -- new -- w a b x y z e -- diff -- diff old new --- old +++ new @@ -1,7 +1,7 @@ +w a b -c -d +x +y +z e -f -g