One of layouts of printout of the command 'diff' is called: --side-by-side or -y which is also useful. Change the column width, just use
- -W columns
- --width=columns
diff --side-by-side -W 130 file1.txt file2.txt
The life is too short to be little.
One of layouts of printout of the command 'diff' is called: --side-by-side or -y which is also useful. Change the column width, just use