Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Creating an output file with multi line script using echo / linux

linux bash sed echo centos7

Sed to remove everything after "." in file using * command?

bash sed

Ignoring First line/Column header while reading a file in bash

bash sed

sed replace single/double quoted text?

text replace sed

What actually the meaning of "-n" in sed?

regex unix sed space

Merge two files in linux with different column

bash sed awk

Print lines in one file matching patterns in another file

unix sed awk grep extract

How do I join pairs of consecutive lines in a large file (1 million lines) using vim, sed, or another similar tool?

Improving performance when using jq to process large files

json sed split jq

Why does sed add a new line in OSX?

macos sed

Substitute the n-th occurrence of a word in vim

regex vim sed substitution

Move lines matching a pattern from one file to another

linux perl sed awk grep

Circumvent the sed backreference limit \1 through \9

regex shell sed backreference

Skipping the first n lines when using regex with sed?

unix text command-line sed

How do i replace [] brackets using SED

shell replace sed ksh brackets

SED: multiple patterns on the same line, how to match/parse first one

Print RegEx matches using SED in bash

regex linux bash sed

Using sed to update a property in a java properties file

java sed

using sed to copy lines and delete characters from the duplicates

regex sed

How to replace a character within a matched pattern using ampersand (&)

sed match ampersand