nerdexam
Red_HatRed_Hat

EX200 · Question #11

EX200 Question #11: Real Exam Question with Answer & Explanation

Sign in or unlock EX200 to reveal the answer and full explanation for question #11. The question stem and answer options stay visible for context.

Submitted by devops_kid· Apr 18, 2026Understand and Use Essential Tools

Question

11. Find String Find all lines containing the string "ng" in the file /usr/share/xml/iso-codes/iso_639_3.xml. Save copies of all these lines to /root/list in the root directory. /root/list must not contain empty lines, and all lines must be exact copies of the original lines in /usr/share/xml/iso-codes/iso_639_3.xml. Correct Answer: See the below explanation Explanation Explanation/Reference: Solution: [root@node1 ~]# grep ng /usr/share/xml/iso-codes/iso_639_3.xml [root@node1 ~]# grep ng /usr/share/xml/iso-codes/iso_639_3.xml > /root/list # Verification [root@node1 ~]# cat /root/list

Unlock EX200 to see the answer

You've previewed enough free EX200 questions. Unlock EX200 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#grep#text search#file redirection#command line utilities
Full EX200 PracticeBrowse All EX200 Questions