Compare files and directories.
old_file
into new_file
):
diff {old_file} {new_file}
diff --ignore-all-space {old_file} {new_file}
diff --side-by-side {old_file} {new_file}
git diff
):
diff --unified {old_file} {new_file}
diff --recursive {old_directory} {new_directory}
diff --recursive --brief {old_directory} {new_directory}
diff --text --unified --new-file {old_file} {new_file} > {diff.patch}
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 This content has been proxied by September (3851b).Proxy Information
text/gemini;lang=en-GB