sed to edit grub.cfg
by essahar from LinuxQuestions.org on (#5CF09)
Hello, Is there a way using sed command to delete all menuentry title in grub. the section should be
Quote:
I want to delete the all line menuentry and what is after between the brackets


Quote:
menuentry title OS version ... { kernel and initial ramdisk parameter line1 kernel and initial ramdisk parameter line2 ... ... } |