Re-create the colors.1 and colors.2 files used in the example on page 228. Test your files by running diff –u on them. Does diff display the same results as in the figure?

What will be an ideal response?


$ cat colors.1
red
green
yellow
pink
purple
orange
$ cat colors.2
red
blue
green
yellow
orange

Computer Science & Information Technology

You might also like to view...

When you search in Apps, you can find specific documents that you've created based on their titles or their contents.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following is not considered to be an industry-leading DBMS?

A) Alpha database software B) SQL Server C) Oracle D) SAP Sybase

Computer Science & Information Technology

The index will perform better if it is large.?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

If an IndexOfAny method is passed an array of characters it:

a. finds the first occurrence of each letter in the string. b. searches for the first occurrence of any of the characters in the string. c. will search for the first occurrence of the sequence of characters. d. generates an error.

Computer Science & Information Technology