Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Delete to end of line after a match, keep lines not matched

sed line string-matching

Skip/remove non-ascii character with sed

sed

Sed replace every nth occurrence

sed replace

How to extract text between two words in unix?

unix sed pattern-matching

sed rare-delimiter (other than & | / ?...)

sed delimiter

sed multiline delete with pattern

bash sed

sed: replace ip in hosts file, using hostname as pattern

bash replace sed ip hosts

Replace \n(new line) with space in bash

bash sed tr

sed - comment a matching line and x lines after it

sed text-manipulation

Using sed to replace tab with spaces

regex linux shell sed

Change sed line separator to NUL to act as "xargs -0" prefilter?

sed xargs

sed, how to replace one line with 2 line?

regex insert replace sed debian

Sed command works on Linux, but not on OS X

linux macos sed

How do I replace a string with a newline using a bash script and sed?

regex bash shell unix sed

How to append something at the end of a certain line of the text

shell sed awk

Replace \n with \r\n in Unix file

unix cross-platform sed

Remove line if field is duplicate

sed awk

Add a header to a tab delimited file

linux unix sed awk cat

Removing new line after a particular text via bash/awk/sed/perl

bash sed awk

sed to remove single and double quotes at the same time

regex sed