Can anyone create a script for a file comparison?
The pseudo code looks like this
- extract line 5 from file 1
- save it in another variable,
- extract line 5 from file 2,
- save it in another variable,
if variable 1 is not equal to variable 2 (while allowing for differing characters at positions 11 and 12 from the end of line)
- then fail
- else pass