Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Using sed to delete a case insensitive matched line

sed case-insensitive

Printing only the first field in a string

unix sed awk field cut

sed: -i may not be used with stdin on Mac OS X

linux macos sed