Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Using sed and grep/egrep to search and replace

regex sed grep

The easiest way to replace white spaces with (underscores) _ in bash [closed]

bash sed

How do I delete all lines in a file starting from after a matching line?

linux bash sed

how to use sed, awk, or gawk to print only what is matched?

regex unix sed awk gawk

The Concept of 'Hold space' and 'Pattern space' in sed

linux sed

How to extract string following a pattern with grep, regex or perl [duplicate]

How to escape single quote in sed?

sed escaping quote

Using sed to mass rename files

bash shell sed file-rename

Have sed ignore non-matching lines

sed

How to extract text from a string using sed?

regex bash sed

Replace a string in shell script using a variable

unix shell sed

Append file contents to the bottom of existing file in Bash [duplicate]

bash sed awk append

sed with literal string--not input file

linux unix sed

Add text at the end of each line

sed beginner: changing all occurrences in a folder

regex linux shell sed

how to parse a JSON String with jq (or other alternatives)?

json string sed escaping jq

Why is sed not recognizing \t as a tab?

regex bash sed

Preserve line endings

windows sed

sed error: "invalid reference \1 on `s' command's RHS"

regex sed substitution

How to remove trailing whitespaces with sed?

sed whitespace