BSD 4_1_snap development
[unix-history] / usr / lib / learn / files / L12.3a
CommitLineData
3eb5d546
C
1#print
2A very useful command is the command
3 diff x y
4which compares the two files x and y and tells
5you any differences between the files. If the files
6are the same, it says nothing. To test that,
7copy file "george" onto file "harry";
8then say
9 diff george harry
10to verify that the files are the same.
11#create george
12london bridge
13is falling down.
14#copyin
15#user
16#uncopyin
17#match diff george harry
18#match diff harry george
19#log
20#next
2112.3b 2