Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

How to increase max_connection in the official PostgreSQL Docker image

postgresql docker sed

Remove the first word in a text stream

bash sed awk cat

Using sed to remove a block of text

linux unix sed

How to use sed to replace regex capture group?

regex bash sed

sed: 1: "...": Invalid command code f

sed

Find and Replace string in all files recursive using grep and sed [duplicate]

linux bash recursion sed grep

'grep +A': print everything after a match [duplicate]

bash sed awk grep

How to use cut with multiple character delimiter in Unix?

sed delimiter cut

Search and replace with sed when dots and underscores are present

linux command-line sed

How to add a # before any line containing a matching pattern in BASH?

bash sed grep

Delete using a different delimiter with Sed

sed

Does lookbehind work in sed?

regex sed grep lookbehind

Regular Expression in sed for multiple replacements in one statement

sed line range, all but the last line

sed

Concatenating every other line with the next

shell sed

Sed regex and substring negation

regex sed

How to use sed to remove only double empty lines?

regex linux sed

How to print a file, excluding comments and blank lines, using grep/sed?

regex awk sed grep

How can I delete all lines that do not begin with certain characters?

Print lines in file from the match line until end of file

sed