BSD 3 development
[unix-history] / usr / lib / learn / files / L12.2b
CommitLineData
fd15fd37
BJ
1#print
2Now are the files "dick" and "harry" the same?
3Again reply "yes" or "no".
4If there are differences between files, "diff" prints
5the lines that are different, indicating those
6from the first file by "<" and those from
7the second file by ">".
8#create dick
9new york
10bridgeport
11new haven
12new london
13providence
14boston
15#create harry
16new york
17bridgeport
18new haven
19providence
20boston
21#copyin
22#user
23#uncopyin
24#match no
25#log
26#next
2712.2c 5