Quick Linux tip:
The diff command is a useful tool for finding differences between files in the Linux terminal. However, icdiff offers an even better side-by-side comparison with colorized output.
$ icdiff config-dev.ini config-prod.ini
The output will display both files side-by-side with any differences highlighted in red and green, making it easy to spot the difference.