Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Parse input into blocks enclosed in curly braces with Sed

regex awk sed

Replace strings with evaluated string based on matched group (elegant way, not using for .. in)

linux shell unix sed awk

Vonnegutian Imperative: Replace semicolons with periods *correctly*

regex linux text sed

Adding "#" in front of the first 8 lines matching STRING

awk sed text-parsing

Remove lines in text file which contain fewer than 4 pipes [closed]

linux bash awk sed

Delete a specific character in txt

python awk sed

Bash print word after match [duplicate]

regex bash sed match

Shell script multi-line comment

shell sed

How to remove all lines from a text file starting at first empty line?

linux bash awk sed

find string in file and add content with bash and sed

string bash sed

what does -s option mean in GNU sed?

bash sed

sed: How to extract only first occurance of value

regex bash unix sed

how to concatenate the content of a file with a increment of last number of the column

bash shell awk sed echo

Change value on 11th column based on 9th column using sed

regex sed

Converting between windows and unix path with sed losses double slash

windows linux bash path sed

How to insert line before any line containing a certain string from vim or command line?

vim sed command-line grep

Delete lines containing a range pattern in 4th column

bash scripting sed awk

SED deleting words with extension

linux bash sed

How to shift a specific cell left in a text file

awk text sed

Using Awk to create a csv line

sed awk