Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Convert first letter to lowercase using sed

bash sed

Print all lines between two patterns, exclusive, first instance only (in sed, AWK or Perl) [duplicate]

bash perl awk sed

Alternatives to sed extended regular expressions

regex shell sed

how to replace part of a string using sed

regex sed

Deploy script needs to update an integer in a config file

perl unix command-line sed

Remove all occurrence of new line between two patterns (sed or awk?)

bash awk sed

Extracting string between two slashes using sed [duplicate]

How can write the multiple files with sed from pattern matched

linux sed

Sed using a variable for line number restriction

bash sed

sed append line on 1 occurrence only

sed

How do you remove space from the beginning of a line using Plan 9's sed

sed plan-9

List unique and count the first numberic match after a string

awk sed grep

Replace each matched string value with unique uuid on Linux and OSX

linux bash macos sed

Adding text using SED

linux unix sed

Insert line in the middle of file with standard unix tools

linux macos unix sed

Find (bash command) doesn't work with subprocess?

python sed find subprocess xargs

Replace key:value from one file in another file in shellscript?

linux bash shell sed awk

sed Extract unique characters within each line

regex awk sed replace sh

Extract section of file to a variable, from within a shell script

regex bash perl command-line sed

Non greedy regex matching in sed/perl

regex perl sed