Exam EX200 Topic 5 Question 43 Discussion

Actual exam question for RedHat's EX200 exam
Question #: 43
Topic #: 5
Find all lines in the file /usr/share/dict/words that contain the string seismic. Put a copy of all these lines in their original order in the file /root/wordlist. /root/wordlist should contain no empty lines and all lines must be exact copies of the original lines in /usr/share/dict/words.

Suggested Answer:

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

by Tom at Aug 23, 2025, 11:45 PM

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