Exam EX200 Topic 2 Question 133 Discussion
Actual exam question for RedHat's EX200 exam
Question #: 133
Topic #: 2
Question #: 133
Topic #: 2
Download the document from ftp://instructor.example.com/pub/testfile, find all lines containing [abcde] and redirect to /MNT/answer document, then rearrange the order according the original content.
Suggested Answer:
Download the file to /tmp first
grep [abcde] /tmp/testfile > /mnt/answer
grep [abcde] /tmp/testfile > /mnt/answer
by Werner at Nov 26, 2023, 12:26 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).