Question: What is the command used to retrieve the java files along with the string existence Hello World in it? (A) Find [PATH] -name *.java

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 -l xargs grep -i Hello World"
Step by Step Solution
3.42 Rating (158 Votes )
There are 3 Steps involved in it
The option is c Find PATH name java xargs grep i Hello World Hello World In the ... View full answer
Get step-by-step solutions from verified subject matter experts
