What happens when you use diff to compare two binary files that are not identical? (You can use gzip to create the binary files.) Explain why the diff output for binary files is different from the diff output for ASCII files.
What will be an ideal response?
When you use it to compare binary files, diff displays a message saying the
files differ when the files differ or no message when the files are the same.
The diff utility compares ASCII files on a line-by-line basis; it is not designed
to compare binary files on a byte-by-byte basis. Use cmp to compare binary
files in that manner.
You might also like to view...
Which of the following does the Microsoft Agent ActiveX control not support?
a) character animation b) voice command recognition c) text support d) VRML support
A form that enables users to view but not change data is a(n) ________ form
Fill in the blank(s) with correct word
All of the following statements are TRUE about the Microsoft Azure Marketplace EXCEPT:
A) There are a variety of categories based on development date and price. B) One of the many services the Microsoft Azure Marketplace provides is access to very large data sets for use in analysis. C) There are several data sets available for free, and they can be accessed in the PowerPivot window. D) Having access to large data sets allows you to explore all the analysis tools available in Excel 2013.
A code generator allows users to modify a report easily at any stage of the design process.
Answer the following statement true (T) or false (F)