Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Sed error : bad option in substitution expression

linux bash shell sed

How to split file on first empty line in a portable way in shell (e.g. using sed)?

I want to use "awk" or sed to print all the lines that start with "comm=" in a file

linux shell scripting sed awk

Format output in columns

bash sed awk grep

Add prefix to each word of each line in bash

bash sed grep

Remove multi-line comments

sed awk

Why does this regex run differently in sed than in Perl/Ruby?

ruby regex perl sed

sed: change values of properties of an environment in a .yml file

regex parsing bash sed

How portable is it to use semi-colons as command separators in sed?

sed

How can I get Octave to change the variables in my input files?

sed octave

how to tell sed "dot match new line"

sed

Replacing regex groups with sed

regex bash sed

unterminated address regex while using sed

linux unix sed

How do I delete a matching line, the line above and the one below it, using sed?

regex sed

Sed to delete a range of lines from a specific match line TILL a specific match line (not including last line)

sed range

Extract multiple occurrences on the same line using sed/regex

regex sed

Could sed or awk use NUL character as record separator?

sed awk nul

Edit a property value in a property file from shell script

bash shell sed

Replace text between two strings in file using linux bash

linux bash sed

Why does sed leave many files around?

linux sed