Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Replacing regex groups with sed

regex bash sed

unterminated address regex while using sed

linux unix sed

How do I delete a matching line, the line above and the one below it, using sed?

regex sed

Sed to delete a range of lines from a specific match line TILL a specific match line (not including last line)

sed range

Extract multiple occurrences on the same line using sed/regex

regex sed

Could sed or awk use NUL character as record separator?

sed awk nul

Edit a property value in a property file from shell script

bash shell sed

Replace text between two strings in file using linux bash

linux bash sed

Why does sed leave many files around?

linux sed

How to find and replace all percent, plus, and pipe signs?

sed

"Event not found" error for shell command in unix [duplicate]

shell unix sed awk tcsh

Remove Leading Whitespace from File

sed grep whitespace

Display all fields except the last

shell sed awk solaris

Sed match exact

linux bash sed

Delete all lines before first occurrence of specific string in file

bash awk sed

How do you use shell script variables as arguments to sed?

Swapping two lines

sed

How can I print all the characters until a certain pattern (excluding the pattern itself) using grep/awk/sed?

awk sed grep

How to use SED without a file with an env var?

sed and grep get the line number for a match

bash sed grep