Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Using sed, extract text between first occurrence of a word1 and last occurrence of a word2

sed

unix shell: replace by dictionary

shell sed awk grep

Bash script sed usage causing issues in ZSH

bash shell sed zsh

sed, replace backslash in #include

regex linux bash scripting sed

How to replace ' with sed?

bash sed

sed with complex string

bash sed

In Linux, is there a way to align text on a delimiter?

linux shell sed text-alignment

Updating phpMyAdmin blowfish_secret via bash shell script in linux

linux bash sed

Issue with sed , aliasing and quotes

shell sed alias

Delete a range of lines in a CSV file except a line inbetween the given range

unix csv sed

Using sed to remove bodies of functions on a C/C++ file

c linux sed

Replace multi-line plain text

perl sed replace yaml

Negate Single Quote In Character Class

Searching a two digit number in a line of a file through Sed

unix sed

sed Removing whitespace around certain character

sed whitespace

Adding spaces after each character in a string

'N' and 'D' not working as expected with sed

linux sed

Remove function from file using sed or awk

linux bash awk command-line sed

Convert timestamp to epoch in a file in-place

bash vim awk sed gawk

Why can we replace strings with sed by adding "g"?

bash sed