Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Alternative to `sed -i` on Solaris

shell unix sed solaris

Counting regex pattern matches in one line using sed or grep?

regex bash sed grep counting

Can I use the sed command to replace multiple empty line with one empty line?

sed

sed: insert a string after every N lines

sed

Awk to skip the blank lines

regex bash sed awk

How to replace space with comma using sed?

regex unix vim replace sed

how to replace two things at once with sed?

shell sed

How to cut a string after a specific character in unix

string shell unix sed awk

how can I get sed to quit after the first matching address range?

regex sed