Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Do a tail -F until matching a pattern

shell sed awk tcl tail

Replace Strings Using Sed And Regex

regex string bash sed replace

delete lines with sed match a special regex

regex sed match

How do I convert multi line text into one line?

bash sed text-processing

sed insert line command OSX

regex macos sed insert

Search and replace text in all files of a linux directory

linux bash text sed grep

Extract numbers from a string using sed and regular expressions

regex sed integer

Use a variable in a sed command

bash variables sed escaping

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