Computer Science, asked by jeffrey10, 6 months ago

What is the command used to retrieve the java files along with the string existence
“Hello World” in it?
(A) Find [PATH] -name “*.java” -v xargs -i "Hello World”
(B) Find [PATH] -file “*.java” xargs -i “Hello World”
(C) Find [PATH] --name .java” xargs grep -i "Hello World”
(D) Find [PATH] -file “*.java” ls -1 xargs grep -i "Hello World”

Answers

Answered by askrishna211
73

Answer:

C

Explanation:

C is the correct answer

Answered by afeefarhm
5

Answer:

(c)

Explanation:

C is the correct answer

Similar questions