Exam EX200 Topic 1 Question 1 Discussion
Actual exam question for RedHat's EX200 exam
Question #: 1
Topic #: 1
Question #: 1
Topic #: 1
Search a String
Find out all the columns that contains the string seismic within /usr/share/dict/words, then copy all these columns to /root/lines.tx in original order, there is no blank line, all columns must be the accurate copy of the original columns.
Find out all the columns that contains the string seismic within /usr/share/dict/words, then copy all these columns to /root/lines.tx in original order, there is no blank line, all columns must be the accurate copy of the original columns.
Suggested Answer:
see explanation below.
Explanation
grep seismic /usr/share/dict/words> /root/lines.txt
Explanation
grep seismic /usr/share/dict/words> /root/lines.txt
by Jonas at Jun 14, 2026, 12:03 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).