Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

sed replace with variable with multiple lines [duplicate]

bash variables sed

sed - pass match to external command

linux bash sed css

How can I replace a string in all filenames in a directory? (specifically I need to remove "\#015" from all file names in a directory

linux unix replace sed awk

sed delete line with file path [duplicate]

sed

Sed command - order of option flags matters? (-ir vs -ri)

regex sed

Delete empty lines in csv file

linux bash sed awk vi

Need help editing files in place with sed

bash unix sed terminal

Replace content of previous line after finding a match using sed

bash sed

sed + how to append lines with indent

linux sed redhat

Running sed on a large (30G) one-line file returns an empty output

bash ubuntu sed command-line

Confusing Sed One-Liner in Makefile Tutorial

c linux makefile sed

Escape dots in domains names using sed in Bash

bash sed escaping

Awk combining multiple lines conditionally

sed awk grep

How to replace the nth column/field in a comma-separated string using sed/awk?

bash replace sed awk csv

How can I remove a line-feed/newline BEFORE a pattern using sed

sed awk

sed delete option change of delimiter

sed

Adding XML element in XML file using sed command in shell script

xml bash shell sed

Using sed to extract a substring in curly brackets

bash sed

sed delete remaining characters in line except first 5

sed character line

Add column to middle of tab-delimited file (sed/awk/whatever)

sed awk