Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Extract using sed or grep

regex linux sed awk grep

Replacing special characters in a shell script using sed

shell sed sh

sed replace multiple blank lines with single blank line

regex sed blank-line

Bash recursively replace many spaces on names

sed (in bash) works with [ \t] but not with \s?

How to use sed to insert a line before each line in a file with the original line's content surrounding by a string?

bash sed

Replace an attribute or key in JSON using jq or sed

bash sed command-line jq

How can I split this string up?

python sed

fasta file: replace header with filename

bash sed fasta

get attribute value using xmlstarlet or xmllint

xml awk sed xmlstarlet xmllint

Sorting groups of lines

bash shell awk sed grep

Sed: replacing newlines with "-z"?

sed

Is it possible to use Grep, Sed or Awk or a bash script without sorting the output file?

bash awk sed grep

Remove trailing json comma with command line tools

json bash sed

How to replace first occurrence with sed?

bash awk sed

SED doesn't process multiple commands in {} after d(elete), a(ppend) or c(hange)

awk sed

Match from beginning to word as long as there are no . in between: Convert grep -Po command to sed

regex bash sed grep

Java regex and sed aren't the same...?

regex string sed

Finding all chemical symbols in a file

bash sed

I'm puzzled here about awk, sed, etc

bash sed awk