Odi's astoundingly incomplete notes
New entries | Codeinteractive diff merge on the console
To quickly compare and merge files
ver1 and ver2 and save the result as merged:sdiff -s -o merged ver1 ver2It's the command that Gentoo's etc-update uses.
Add comment