Index of /dee/software/ST/compare

Name                    Last modified      Size  Description
Parent Directory                             -   
SHA256.txt              2022-09-27 14:40   78   
compare.exe             2022-09-27 14:39   42K  
compare.p.txt           2022-09-27 14:36  7.8K  
README.html             2022-09-27 06:48  522   
PROGRAM
	compare: compare files for equality
USAGE
	compare file1 file2
DESCRIPTION
	compare performs a line-by-line comparison of file1 and file2, printing each
	pair of differing lines, preceded by a line containing the offending line
	number and a colon. If the files are identical, no output is produced. If one
	file is a prefix of the other, compare reports end of file on the shorter
	file.
EXAMPLE
	C:\>compare old new
BUGS
	compare can produce voluminous output for small differences.