Revision history of "Diff"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 14:30, 20 November 2025Xbl talk contribs 369 bytes +369 Created page with "Show differences in text files. = diff = Show side by side comparison:</br> <code>diff -y <filename1> <filename2></code> Show unified diff (git-style):</br> <code>diff -bu <filename1> <filename2></code> Save a patch for applying:</br> <code>diff -bu <filename1> <filename2> > <patchfilename></code> Apply patch:</br> <code>patch <filename> < <patchfilename></code>"