GNU Diffutils Reference Manual - Paul Eggert - Livros - Samurai Media Limited - 9789888381548 - 11 de novembro de 2015
Caso a capa e o título não sejam correspondentes, considere o título como correto

GNU Diffutils Reference Manual

Paul Eggert

Preço
元 199,28

Item sob encomenda (no estoque do fornecedor)

Data prevista de entrega 7 - 16 de jul
Adicione à sua lista de desejos do iMusic

GNU Diffutils Reference Manual

Computer users often find occasion to ask how two files differ. Perhaps one file is a newer version of the other file. Or maybe the two files started out as identical copies but were changed by different people.

You can use the diff command to show differences between two files, or each corresponding file in two directories. diff outputs differences between files line by line in any of several formats, selectable by command line options. This set of differences is often called a diff or patch. For files that are identical, diff normally produces no output; for binary (non-text) files, diff normally reports only that they are different.

You can use the cmp command to show the byte and line numbers where two files differ. cmp can also show all the bytes that differ between the two files, side by side. A way to compare two files character by character is the Emacs command M-x compare-windows. See Section "Other Window" in The GNU Emacs Manual, for more information on that command.

You can use the diff3 command to show differences among three files. When two people have made independent changes to a common original, diff3 can report the differences between the original and the two changed versions, and can produce a merged file that contains both persons' changes together with warnings about conflicts.

You can use the sdiff command to merge two files interactively.

You can use the set of differences produced by diff to distribute updates to text files (such as program source code) to other people. This method is especially useful when the differences are small compared to the complete files. Given diff output, you can use the patch program to update, or patch, a copy of the file. If you think of diff as subtracting one file from another to produce their difference, you can think of patch as adding the difference to one file to reproduce the other.

This manual first concentrates on making diffs, and later shows how to use diffs to update files.

Mídia Livros     Paperback Book   (Livro de capa flexível e brochura)
Lançado 11 de novembro de 2015
ISBN13 9789888381548
Editoras Samurai Media Limited
Páginas 104
Dimensões 216 × 279 × 6 mm   ·   263 g
Idioma English  

Mostrar tudo

Mais por Paul Eggert