Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Removing multiple delimiters between outside delimiters on each line

regex string csv awk sed

Delete first and last line or record from file using sed

sed awk

Using SED to Get the Last n Lines of a Huge Text File

linux text sed

right tool to filter the UUID from the output of blkid program (using grep, cut, or awk, e.t.c)

sed awk grep

List all files that do not match pattern using ls [duplicate]

ERE - adding quantifier to group with inner group and back-reference

regex sed grep gnu pcre

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