Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

sed/awk - print text between patterns spanned across multiple lines

bash sed awk

How to parse JSON with shell scripting on Linux?

json linux shell sed awk

Character-set of SSH keys (safe delimiter for using sed with public keys)

ssh sed

Bash: Remove headers from HTTP response

regex perl bash sed grep

Bash extract user for a particular host from ssh config file

bash ssh sed

How to search & replace arbitrary literal strings in sed and awk (and perl)

bash perl awk sed xxd

sed not replacing lines

bash replace sed

Delete first line of all files in a folder (on ubuntu)

Delete lines containing pattern at the end of line

sed

Using sed on Mac OS 10 to replace tab character in text files

How do you color lines that begin with string1 but do not end with string2

bash perl awk sed grep

'sed' : How to add new line after string match + 2 lines

sed

Extract json value with sed

json regex sed

Add at the end of the line with sed

bash sed

Using sed to remove all console.log from javascript file

regex bash sed

Sed on AIX does not recognize -i flag

sed aix

add line to a file ONLY if it is not in file already [duplicate]

linux sed grep

How can I find unique characters per line of input?

bash awk sed grep

Running sed on string, benefit of using "echo" + "pipe" over "<<<" [duplicate]

bash sed io

how to merge next line to current line by keeping the next line

awk sed vi