The *nix documentation project is meant to provide online searchable documentation for Linux, FreeBSD, OpenBSD, NetBSD, HP-UX, Tru64 and other Unix like operating systems.
Currently hosting over 25000 manual pages,
over 200 Linux Howtos, over 100 FreeBSD tips and a friendly comunity forum where your questions will be answered.
Random man page:
diff3(1) -- 3-way differential file comparison
|
diff3 compares three versions of a file, and prints disagreeing ranges of text flagged with these codes: ==== all three files differ ====1 file1 is different ====2 file2 is different ====3 file3 is different The type of change required to convert a given range of a given file to some other is indicated in one of these ways: f:n1a Text is to be appended after line number :n1a Text is to be appended... |
|