|
Contents | Previous | Next | Subchapters |
| Syntax |
filediff(fx, fy, nr, nc)fx, fy, nr, nc, ext) |
| See Also | update |
temp.1 contains the text
line one.
line two.
line three.
line four.
and the file temp.2 contains the text
line one.
line three.
line four.
line five.
If you enter
fx = "temp.1"
fy = "temp.2"
nr = 2
nc = 80
filediff(fx, fy, nr, nc)
O-Matrix will respond
difference: temp.1 <> temp.2
<line two.
>line five.
The < character is printed in front of
text that is in the first file and not the second
while the > character is printed in front of
text that is in the second file and not the first.