Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Insert contents of a file after specific pattern match

regex linux sed

sed search and replace strings containing / [duplicate]

bash sed

Use find, wc, and sed to count lines

bash sed find wc

Rename files recursively Mac OSX

shell sed awk sh

How to insert a line using sed before a pattern and after a line number?

shell unix awk sed

Multiple replacements with one sed command

macos shell sed bsd

How to replace a value with the output of a command in a text file?

bash replace sed

Using sed to replace beginning of line when match found

regex sed

Replace a text with a variable [duplicate]

linux bash variables sed

Using ? with sed

linux bash sed

Whether to escape ( and ) in regex using GNU sed

regex bash sed gnu

sed + remove "#" and empty lines with one sed command

sed

sed on OS X - can't seem to use + in regexps

regex macos sed

How to enclose every line in a file in double quotes with sed?

regex windows sed

sed find and replace with curly braces

sed

How do you delete all lines that begin with "string" in unix sh?

file unix sed sh

Using sed/awk to print lines with matching pattern OR another matching pattern

bash sed awk

How can I prepend a string to the beginning of each line in a file?

linux bash sed

Return a regex match in a Bash script, instead of replacing it

regex linux bash sed sh

Printing verbose progress from sed and awk

sed awk