Examveda
Examveda

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

B. False

Answer: Option A


This Question Belongs to Computer Science >> Unix

Join The Discussion

Related Questions on Unix