Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

How to change the first occurrence of a line containing a pattern?

sed

Which is the simple and fast UNIX command to print all lines from the last occurrence of a pattern?

perl unix awk sed

Replace multiple patterns, but not with the same string

bash sed

Using sed in a makefile; how to escape variables?

makefile sed

Sed substitution possible with arithmetic involved?

regex sed

How to match pattern at the end of line/text

bash sed

sed merge 2 lines after a pattern

regex sed

Sed replace variable in double quotes

regex bash sed

Concatenate Lines in Bash

sed awk

Using placeholders/variables in a sed command

bash sed awk

If pattern matched delete newline character in that line

awk sed grep tr

Sed get xml attribute value

regex bash sed

Print the duplicate lines in a file using awk

awk sed

Delete all comments in a file using sed

bash sed

Removing leading, trailing and multiple spaces within a string

regex perl sed

delete html comment tags using regexp

regex sed html-parsing

Delete a column from a delimited file in linux

linux unix awk sed

Merge lines between two patterns using sed

sed grep

sed + how to get the second word (string) after "=" separator by sed

sed

Delete line containing one of multiple strings

bash text sed