Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

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

sed plus sign doesn't work

regex bash sed

sed - Commenting a line matching a specific string AND that is not already commented out

regex sed

Command line: search and replace in all filenames matched by grep

linux perl awk sed grep

Using sed, Insert a line above or below the pattern? [duplicate]

scripting sed awk

Remove part of path on Unix

shell unix scripting sed

Delete the first five characters on any line of a text file in Linux with sed

linux unix sed

'+' (one or more occurrences) not working with 'sed' command

macos bash sed

Insert multiple lines into a file after specified pattern using shell script

linux bash shell sed awk

How do I escape double and single quotes in sed?

bash command-line sed

How can I remove the last character of a file in unix?

linux bash unix sed

Using sed to delete all lines between two matching patterns

regex sed