Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

sed -i command for in-place editing to work with both GNU sed and BSD/OSX

macos sed gnu inplace-editing

Is it possible to escape regex metacharacters reliably with sed

regex sed

Can I use sed to manipulate a variable in bash?

bash replace sed

Using grep and sed to find and replace a string

linux shell unix sed grep

Return value of sed for no match

linux json sed

bash, extract string before a colon

regex string bash sed substring

How to use sed to extract substring

How can I insert a tab character with sed on OS X?

regex macos sed

Why doesn't `\d` work in regular expressions in sed? [duplicate]

regex linux awk sed

Replace newlines with literal \n

regex sed

How to remove leading whitespace from each line in a file

unix sed awk grep

Replace all whitespace with a line break/paragraph mark to make a word list

regex sed

How to print lines between two patterns, inclusive or exclusive (in sed, AWK or Perl)?

Printing with sed or awk a line following a matching pattern

awk sed

sed substitution with Bash variables

bash sed substitution

how to remove the first two columns in a file using shell (awk, sed, whatever)

perl shell awk sed cut

how to merge two files consistently line by line

linux perl sed awk ksh

sed delete lines not containing specific string

sed

How to use python regex to replace using captured group? [duplicate]

python regex sed replace

How to find and replace all occurrences of a string recursively in a directory tree? [duplicate]

sed find grep replace