Which is the correct command syntax to locate a file containing the words 'hello' and 'this'?

21. Which is the correct command syntax to locate a file containing the words "hello" and "this"?

  1. locate -i *hello*this
  2. locate -i **hello**this
  3. locate -i *hello*this*
  4. locate -i **hello**this**

Answer: A) locate -i *hello*this

Explanation:

The correct command syntax to locate a file containing the words "hello" and "this":

locate -i *hello*this

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.