Note the command given below:
ls -l | grep hello\.gif
Which statement is true about this command?
A.
It will long-list the file hello.gif.
B.
It will return an error because an escape character \ is used.
C.
It will long-list the files in the hello*gif format from the current working directory.
D.
It will long-list the hello.gif, hello-gif files or any file in the hello? gif format.
Explanation: