-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

colordiff


> A tool to colorize diff output.

> The Perl script colordiff is a wrapper for `diff` and produces the same output but with pretty syntax highlighting. Colour schemes can be customized.

More information.


Compare files:

colordiff {file1} {file2}

Output in two columns:

colordiff -y {file1} {file2}

Ignore case differences in file contents:

colordiff -i {file1} {file2}

Report when two files are the same:

colordiff -s {file1} {file2}

Ignore white spaces:

colordiff -w {file1} {file2}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 16:42:06 2024