Q470
Consider the following commands. sed -n '1,2p' emp.lst sed -n '3, !p' emp.lst The output of both commands will be the same.
A.
True
AnswerB.
False
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board