C - Compare Files Only and Stop at First Difference
M - Multiple Runs
When a comparison is complete, prompt the user
for new disks, allow him to change disks, and then
run the comparison again until the user says to stop
Comments:
I� use� t� prin� ou� differences�� DIF� present� th� �
following information to the user:
DIFF text:myfile.txt
- prints differences between MYFILE.TXT in TEXT:
and MYFILE.TXT in current directory
DIFF myfile.txt
- compares MYFILE.TXT against itself
DIFF backup:myfile.txt mc
- compares MYFILE.TXT in BACKUP: with MYFILE.TXT
in the current directory; stops as soon as
a difference is found; when done, prompts
the user to change disks (BACKUP could be a
floppy, and this command is checking to see
tha� al� copie� o� MYFILE.TX� o� several
disks are the same
C - Comment Output; add comments to output listing
on disk or printer
D - Disk Output; send output to the disk file CRC.CRC
I - Inspect Files and Approve Each File to be reported
on before output is produced
L - Count Lines of Text and include in output (assume
all files are text files)
P - Printer Output; send output to the printer