Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

What does the "D" command do in sed?

sed

Extract JSON object using Bash shell? [duplicate]

json bash shell sed awk

How to extract part of string in Bash using regex

regex sed

How to use variables in sed with both single quote and double quote

linux sed

Move last n lines of a text file to the top with Bash

bash sed command

Add line after matching a pattern [duplicate]

bash awk sed echo

Apply awk to everything except for first line

awk sed

sed regex to extract selector from method declaration (Obj-C)

sed - Back reference on match pattern does not work

regex macos sed backreference

Extract a Certain Substrings from Certain Columns from a Delimited CSV File and save the New Edited form in a File using Shell

bash awk sed

Add blank line between lines from different groups

linux shell scripting sed awk

Convert sed One-Liner to perl

regex perl bash sed

Using sed with an array

bash sed

Extract HTML tag data with sed

html sed tags

How to create relative path from absolute path in bash? [duplicate]

regex bash sed relative-path pwd

Replace backtick with single quote using sed or awk

php regex bash sed awk

How to duplicate full word by partial match in sed

regex sed sh

Splitting very long (4GB) string with new lines

bash perl sed

sed: remove matching line and everything after

sed

Piping tail -f to cut to sed produces no output

linux shell sed cut tail