commands.sh

interdiff

all

Show differences between two diff files.

More info →

Options (1)

-w, --ignore-all-spaceboolean

Compare diff files, ignoring whitespace

Example: interdiff {{[-w|--ignore-all-space]}} {{old_file}} {{new_file}}

Examples (2)

Compare diff files

interdiff old_file new_file

Compare diff files, ignoring whitespace

interdiff [-w|--ignore-all-space] old_file new_file
made by @shridhargupta | data from tldr-pages