By downloading this code you agree to the
Source Code Use License (PDF). |
{version = 1.12; (* of same.p 1985 apr 20}
(* begin module describe.same *)
(*
name
same: counts the number of lines that are identical in two files
synopsis
same(a: in, b: in, output: out)
files
a: any file
b: a file to be compared to file a
output: messages to the user.
description
same counts the number of lines that are identical in two files,
a and b. if the files are identical up to the end of one file,
but the other file continues, same counts the identical lines and
tell the user which file is shorter. no lines are examined after
the first line that differs between the two files.
blanks at the ends of lines are ignored.
see also
merge.p
authors
britta swebilius singer and thomas d. schneider
bugs
none known
*)
(* end module describe.same *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}