Refer to the exhibit. The output of the diff -u README.md-repo README.md command is shown. The original file was 165 lines long. How many lines are in the edited copy of the file?
It should be C (172)"
Ln 3 88,8 means: "the original file, starting on line 88, had 8 lines before this diff was applied."
Ln 3 88,6 means: "the modified/new file, starting on line 88, has 6 lines after this diff is applied."
> less 2 lines = 165-2 = 163 lines
Ln 9 -162,4 +160,13 indicates that the following information shows the original file, starting on line 162, had 4 lines of code, and the modified/new file, starting on line 160, has 13 lines of code
> more 9 lines (13-4=9) so 163 + 9 = 172
I don't see how this answer is C.
Original File is 165.
First diff New file is missing 2 lines so it is at 163
Second diff New file has 9 new lines so it is at 172
What am I getting wrong here?
This section is not available anymore. Please use the main Exam Page.200-901 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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.
designated
Highly Voted 3 years, 2 months agost1a
Most Recent 8 months, 2 weeks agomacxsz
2 years, 10 months agosucre1
3 years, 3 months agoMajP
3 years, 3 months agoMajP
3 years, 3 months ago