
colordiff
List of commands for colordiff:
-
colordiff:tldr:20014 colordiff: Output in two columns.$ colordiff -y ${file1} ${file2}try on your machineexplain this command
-
colordiff:tldr:46694 colordiff: Ignore white spaces.$ colordiff -w ${file1} ${file2}try on your machineexplain this command
-
colordiff:tldr:5769f colordiff: Compare files.$ colordiff ${file1} ${file2}try on your machineexplain this command
-
colordiff:tldr:b6f13 colordiff: Ignore case differences in file contents.$ colordiff -i ${file1} ${file2}try on your machineexplain this command
-
colordiff:tldr:bd505 colordiff: Report when two files are the same.$ colordiff -s ${file1} ${file2}try on your machineexplain this command