Exam EX200 Topic 1 Question 1 Discussion

Actual exam question for RedHat's EX200 exam
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.

Suggested Answer:

see explanation below.
Explanation
grep seismic /usr/share/dict/words> /root/lines.txt

by Jonas at Jun 14, 2026, 12:03 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

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.

0
0
0
10