The command to find the word UNIX in files called File1, File2 and File3 is

a: grep UNIX File?
b: grep UNIX Files
c: ls UNIX File?
d: grep File1 File2 File3 "UNIX"
e: find UNIX in Files

a: grep UNIX File?

Computer Science & Information Technology

You might also like to view...

To test a hyperlink, you first select the name of the hyperlink on the Hyperlinks panel, then click the right arrow button, called the Go to destination of the selected hyperlink or cross-reference button.

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

Computer Science & Information Technology

The peek method in a heap implementation returns the bottom most item in the heap.

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

Computer Science & Information Technology