Linux/diff

From Omnia
Revision as of 16:33, 21 April 2026 by Kenneth (talk | contribs) (→‎patch and diff)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Color Diff

Color Diff with Less

diff --color=always | less -r
git diff --color=always | less -r

ref: https://unix.stackexchange.com/questions/19317/can-less-retain-colored-output

patch and diff

See Linux/patch