Here's what I'm sure is an easy one, but I can't figure it out.
I have two files:
file1: You are in a maze of twisty little passages, all alike
file2: You are in a maze of twisty little* passages, all alike
I want to perform sdiff
on these files, but I want to ignore the *
character.
How do I do this?
Actually,
-I
will ignore the whole line I think, not the character. If you want to ignore the character you can:Reference from
man sdiff
: