Which statement is true about this command?

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

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:



Leave a Reply 0

Your email address will not be published. Required fields are marked *