Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Windows Batch: How remove all blank (or empty) lines

regex windows batch-file sed

extracting specific lines from a text file

bash awk sed

Replace an XML element's value? Sed regular expression?

xml regex sed

(How) can I remove all newlines (\n) using sed?

sed newline

Removing spaces from the fields in a pipe-delimited file using shell script

shell sed

Basic stream/sed? bash script, perform substring on each line

bash sed

How to insert a line in a file between two blocks of known lines (if not already inserted previously), using bash?

bash sed awk file-manipulation

Using variables in sed -f (where sed script is in a file rather than inline)

sed

How to remove first character from first line using sed

sql-server-2008 csv sed

sed append text obtained from stdout

bash sed

Sed error "\1 not defined in the RE" on MacOSX 10.9.5

regex macos bash sed

Regex replace on specific column with SED/AWK

linux unix awk sed

sed not working from within bash script

linux bash sed

What is the meaning of "0,/xxx" in sed?

bash sed

Extract email addresses from log with grep or sed

regex awk sed grep cut

Replace each } with a }\n in a huge (12GB) which consists of 1 line?

bash logging sed logstash

Quickest/most concise bash one-liner for extracting specified lines from a file

perl bash sed awk grep

Substitution of ! with sed leads to event not found

sed csh tcsh

How to use sed to replace the first space with an empty string

regex linux bash sed tr

loop that prepends the filename to the beginning of each line in a tab separated file (thus generating a new column))

linux bash sed awk