![]() |
![]()
| ![]() |
![]()
NAMEcut-diff - show difference between 2 files with color SYNOPSIScut-diff [option ...] file1 file2 DESCRIPTIONcut-diff is a diff command that uses diff feature in Cutter. It shows difference with color. It's recommended that you use a normal diff(1) when you want to use with patch(1) or you don't need color. OPTIONS
EXIT STATUSThe exit status is 0 for success, non-0 otherwise. TODO: 0 for non-difference, 1 for difference and non-0 for errors. EXAMPLEIn the following example, cut-diff shows difference between file1 and file2: % cut-diff file1 file2 In the following example, cut-diff shows difference between file1 and file2 with unified diff format: % cut-diff -u file1 file2 SEE ALSOdiff(1)
|