nerdexam
Oracle

1Z0-409 · Question #8

Note the command given below: ls -l | grep hello\.gif Which statement is true about this command?

The correct answer is D. It will long-list the hello.gif, hello-gif files or any file in the hello? gif format. See the full explanation below for the reasoning.

Question

Note the command given below:

ls -l | grep hello.gif Which statement is true about this command?

Options

  • AIt will long-list the file hello.gif.
  • BIt will return an error because an escape character \ is used.
  • CIt will long-list the files in the hello*gif format from the current working directory.
  • DIt will long-list the hello.gif, hello-gif files or any file in the hello? gif format.

How the community answered

(52 responses)
  • A
    4% (2)
  • B
    8% (4)
  • C
    15% (8)
  • D
    73% (38)

Community Discussion

No community discussion yet for this question.

Full 1Z0-409 Practice