BSD 3 development
[unix-history] / usr / lib / learn / files / L12.2a
CommitLineData
fd15fd37
BJ
1#print
2To compare two files, you can use the command
3"diff" (differences); the line
4 diff xx yy
5will compare the files xx and yy and tell you about
6any differences between them. If the files are the same,
7the command says nothing. Are the files
8"tom" and "dick" the same in this directory?
9Find out (print them if you feel insecure)
10and reply "yes" or "no".
11#create dick
12This stuff is not only in
13file tom but also
14in file dick
15#create tom
16This stuff is not only in
17file tom but also
18in file dick
19#copyin
20#user
21#uncopyin
22#match yes
23#log
24#next
2512.2b 5