Computer Science, asked by francissam2005, 9 months ago

What is the command used to retrieve the java files along with the string exist
“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”
Answer
A
B
C
D
welcome​

Answers

Answered by Sprlgroups01
10

Answer:

C is the correct answer

Answered by aryangooenka
2
The answer is C enjoy your answer
Similar questions