Created
November 11, 2023 07:54
-
-
Save bspguy/3560d6c79a6aa61e7a7069d2d8d437d1 to your computer and use it in GitHub Desktop.
simple file diff using vim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vim -d <file1> <file2> -c 'set diffopt+=iwhite' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment