Which command will delete all the blank lines in file old.txt?
a) sed '/d' old.txt
b) sed '/^/d' old.txt
c) sed '/^$/d' old.txt
d) sed '/^*/d' old.txt

Submitted by: Murtaza
c) sed '/^$/d' old.txt
Submitted by: Murtaza

Read Online Linux OS Editors Job Interview Questions And Answers