Exam EX200 Topic 5 Question 43 Discussion
Actual exam question for RedHat's EX200 exam
Question #: 43
Topic #: 5
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
Explanation
grep seismic /usr/share/dict/words> /root/wordlist
by Tom at Aug 23, 2025, 11:45 PM
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).