patterns.txt:
"BananaOpinion"
"ExitWarning"
"SomeMessage"
"Help"
"Introduction"
"MessageToUser"
strings.xml
<string name="Introduction">One day there was an apple that went to the market.</string>
<string name="BananaOpinion">Bananas are great!</string>
<string name="MessageToUser">We would like to give you apples, bananas and tomatoes.</string>
अपेक्षित उत्पादन:
"ExitWarning"
"SomeMessage"
"Help"
मैं उन शर्तों को कैसे प्रिंट करूं patterns.txt
जो अंदर नहीं मिली हैं Strings.xml
? मैं मिलान किया / बेजोड़ मुद्रित कर सकते हैं लाइनों में Strings.xml
, लेकिन मैं बेजोड़ कैसे प्रिंट करूं पैटर्न ? मैं ggrep (GNU grep) संस्करण 2.21 का उपयोग कर रहा हूं, लेकिन मैं अन्य उपकरणों के लिए खुला हूं। माफी अगर यह एक और सवाल का एक डुप्लिकेट है जो मुझे नहीं मिला।