Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung | |||
becki:linux:diff_patch_tips [2010-02-15 16:34] becki |
becki:linux:diff_patch_tips [2013-02-18 12:10] (aktuell) becki |
||
---|---|---|---|
Zeile 8: | Zeile 8: | ||
| -r | Recursively compare any subdirectories found | | | -r | Recursively compare any subdirectories found | | ||
| -w | Ignore changes in white space | | | -w | Ignore changes in white space | | ||
+ | | -N | treat absent files as empty | | ||
+ | | -a | treat all files as text | | ||
+ | | -u | output NUM (default 3) lines of unified context | | ||
Use ''cmp'' for binary files. | Use ''cmp'' for binary files. |