Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Read lines between two keywords

linux bash sed awk

Use the folder name as a column in a text file

python perl bash sed awk

Why sed doesn't print an optional group?

Escaping characters in variables inside sed expression

bash sed

Regex with sed, search across multiple lines

regex unix sed

sed help: matching and replacing a literal "\n" (not the newline)

bash add backslash before every space?

sed awk grep

Delete the last word of a line in shell

linux bash shell sed sh

Remove ^@ Characters in a Unix File

unix sed character tr invisible

How to remove newlines inside csv cells using regex/terminal tools?

regex perl unix sed terminal

Search and replace a multi-line pattern with sed

bash sed

How to remove the literal string "\n" (not newlines) from a variable in bash?

bash perl awk sed tr

Sed inside an awk statement

awk sed

Awk? Append an incremental number to each line containing a symbol

awk sed grep

How can I remove a string after a specific character ONLY in a column/field in awk or bash?

awk sed

Using sed to convert text file to a C string

c++ c sed

Extract specific words from a line

sed awk

Remove all spaces in lines but not between double quotes

Sed substitution and external command

bash sed

How to find and replace items not preceded or followed by specific characters with sed?

bash replace sed