Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

'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

Difference between two lists using Bash

bash sorting sed awk grep

How do you "debug" a regular expression with sed?

regex linux debugging sed

Replace a word with multiple lines using sed?

regex bash sed replace

How to get ONLY Second line with SED

linux unix sed

Remove a specific character using awk or sed

linux awk sed replace

Interpret as fixed string/literal and not regex using sed

unix sed