Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Match word anywhere within two markers, delimited by whitespace or the markers

regex sed

Remove newlines (\n) if they are followed by a string - using SED

regex awk replace sed

Find lines by pattern, leave only pattern but leave unmatched lines as they are

regex awk sed grep pipeline

Match a line and return a previous line before the match containing a pattern

sed