New posts in sed

How does this 'sed' substitution command with lots of @ signs work?

Replace all double quotes with single quotes

How to make in SSH private key from one line, three lines [closed]

Sed only print matched expression

use SED recursively in linux?

How to find/replace and increment a matched number with sed/awk?

Insert linefeed in sed (Mac OS X)

How can I replace a newline with its escape sequence?

How to UNCOMMENT a line that contains a specific string using Sed?

Remove non-ASCII characters from CSV

Can you mass edit all files returned in a grep?

Replace whitespace with a comma in a text file in Linux

Can GNU sed (for Windows) handle Unicode? If so, is it a code-page/locale issue, or a switch?

Piping with Moreutils ts

Append line to /etc/hosts file with shell script

How to use verbatim strings in sed?

How would you separate fields with multiple spaces and store them in an array?

Easiest way to extract the urls from an html page using sed or awk only

How to use SED to find and replace URL strings with the "/" character in the targeted strings? [duplicate]

What's wrong with my lookahead regex in GNU sed?