मुझे एक फ़ोल्डर संरचना के अंदर एक विशेष स्ट्रिंग को खोजने की आवश्यकता है।
फ़ाइल सिस्टम में कई फाइलें हैं, लेकिन मुझे केवल XML फाइलों की जांच करनी है।
मैंने लिनक्स पुनरावर्ती खोज के लिए आदेशों को खोजा और आजमाया लेकिन यह काम नहीं किया। मुझे कमांड से निम्न आउटपुट मिला है
$ grep -rio --include=*.xml "invokeAction" .
grep: No match.
$ grep -riwc "invokeAction" *
grep: <.Lists all the file Names recursively.>: No such file or directory
$ grep -ir invokeAction *.xml
grep: <.Lists all the file Names.>: No such file or directory
कृपया मदद कीजिए।
मुझे खोज करने की जरूरत है
String: "invokeAction"
Mode: Word Only
Directory: Current Directory Recursively