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
73
Answer:
C
Explanation:
C is the correct answer
Answered by
5
Answer:
(c)
Explanation:
C is the correct answer
Similar questions
English,
3 months ago
Math,
3 months ago
Computer Science,
8 months ago
Math,
8 months ago
Math,
11 months ago