Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

csv file filtering

sed awk

Is there a way to apply a sed transformation to a vim buffer before copying it to the clipboard?

vim sed

Using Unix tools to process text: search and replace all text that are not between some lines

python perl bash sed awk

cut part of grep output with sed

regex linux sed grep

log parsing with sed or grep

shell sed grep tail

Can you explain this sed one-liner?

linux unix sed

Add leading 0 in sed substitution

sed

Remove a line with a specific pattern in one field

`perl -pe` vs `sed`, performance-wise [closed]

macos perl sed

Alternatives to grep/sed that treat new lines as just another character

sed awk grep

How to delete duplicate lines in file in unix?

unix sed awk

bash sed a quoted string from file but only at the Nth line

bash sed

Passing SED replace arguments within a BASH variable

bash sed

Get n lines from file which are equal spaced

bash sed

Replacing multiple occurrences of a word using sed in unix

unix sed

Accept multiple lines of input in a bash script

linux bash unix awk sed

Get first word of every line with AWK or SED?

awk sed split

Can anyone explain what is happening in "sed-regex here"

regex bash sed

Shell : Get a specific word under a sub section in yaml file

bash shell awk sed grep

How can I replace all middle characters with '*'?

awk sed grep