Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

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

How to print lines with duplicated fields?

awk sed

Extract each word immediately preceded by an asterisk

awk sed

How to replace a number to another number in a specific column using awk

linux unix awk sed

What's the meaning of this sed command? sed 's%^.*/%%' [duplicate]

linux bash sed