Lines Matching full:diff
1 .\" $OpenBSD: diff.1,v 1.47 2015/11/24 19:35:41 jmc Exp $
31 .Dt DIFF 1
34 .Nm diff
37 .Nm diff
70 .Nm diff
100 .Nm diff
128 .Nm diff
158 .Nm diff
201 .Nm diff
218 .Nm diff
237 but produces a diff with
241 Produces a diff with 3 lines of context.
322 but produces a diff with
328 diff with 3 lines of context.
329 A unified diff is similar to the context diff produced by the
364 The Myers diff algorithm finds the shortest edit which transforms one
374 aesthetically pleasing diff output by logically grouping lines.
398 to produce a diff.
420 Try very hard to produce a diff as small as possible.
453 file name and time in the context or unified diff header.
511 default diff output
513 stub option for compatibility with GNU diff
709 .Bl -tag -width /tmp/diff.XXXXXXXX -compact
710 .It Pa /tmp/diff.XXXXXXXX
739 recursively generating an unified diff and treating files found only in one
742 $ diff -ruN /path/to/old_dir /path/to/new_dir
750 $ diff -ruN -x '*.h' -x '*.c' /path/to/old_dir /path/to/new_dir
755 $ diff -q /boot/loader.conf /boot/defaults/loader.conf
775 $ echo "FreeBSD is an operating system" | diff -q -I 'Linux|Open' example.txt -
812 was GNU diff until