

MCQOPTIONS
Saved Bookmarks
1. |
Consider the following commands.$ sed -n ‘1,2p’ emp.lst$ sed -n ‘3,$!p’ emp.lstThe output of both commands will be same. |
A. | True |
B. | False |
C. | May be |
D. | Can't say |
Answer» B. False | |