-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

sdiff


> Compare the differences between and optionally merge 2 files.

More information.


Compare 2 files:

sdiff {path/to/file1} {path/to/file2}

Compare 2 files, ignoring all tabs and whitespace:

sdiff -W {path/to/file1} {path/to/file2}

Compare 2 files, ignoring whitespace at the end of lines:

sdiff -Z {path/to/file1} {path/to/file2}

Compare 2 files in a case-insensitive manner:

sdiff -i {path/to/file1} {path/to/file2}

Compare and then merge, writing the output to a new file:

sdiff -o {path/to/merged_file} {path/to/file1} {path/to/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 Tue May 21 01:12:15 2024