Answers

Question and Answer:

  Home  Linux Editors

⟩ 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

c) sed '/^$/d' old.txt

 155 views

More Questions for you: