Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Replace empty CSV value with NULL using sed

regex bash csv sed

Replace text between two lines with contents of a file stored in a variable in sed

linux bash sed

How to remove preceding spaces before non space text begins + regex + sed +

regex bash sed

How can I delete the lines starting with "//" (e.g., file header) which are at the beginning of a file?

regex shell awk sed

Remove leading and trailing numbers from string, while leaving 2 numbers, using sed or awk

regex awk sed

Replace a string, but only when it is the last occurance of that string before a specific line

sed

DOS to UNIX path substitution within a file

sed cygwin awk gcov lcov

sed/awk or other: one-liner to increment a number by 1 keeping spacing characters

unix shell sed awk

extract strings out of plist with bash script, maybe sed?

bash sed plist

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