nerdexam
Oracle

1Z0-876 · Question #141

Val is searching through a file using the following egrep command: $ egrep '3+' ./customer-data Choose the answer that best describes what the result of this search will be.

The correct answer is D. Find all lines with one or more 3's. See the full explanation below for the reasoning.

Question

Val is searching through a file using the following egrep command:

$ egrep '3+' ./customer-data Choose the answer that best describes what the result of this search will be.

Options

  • AFind all lines with '3+' in the line.
  • BFind all lines with one or more '+' characters.
  • CFind all lines with three '+' characters.
  • DFind all lines with one or more 3's.
  • EFind all lines with more than three 3's.

How the community answered

(55 responses)
  • A
    5% (3)
  • B
    2% (1)
  • C
    13% (7)
  • D
    78% (43)
  • E
    2% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-876 Practice