Bash Sed Delete Lines

02 Jul 2020

#— layout: post title: “Bash - sed can be used to delete lines” date: 2020-07-02 category: R tags: [bash, regexp] —

Sed Command to Delete Lines: Sed command can be used to delete or remove specific lines which matches a given pattern or in a particular position in a file.

using d option

https://www.folkstalk.com/2013/03/sed-remove-lines-file-unix-examples.html

[ ]