How do I make sdiff ignore the * character?
- by Runcible
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?