Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Subtracting lines in one file from another file

unix awk sed

Delete duplicate lines only if they match a pattern

shell unix awk sed scripting

Select a word before and after a pattern (Hyphen is the pattern ) on shell script

shell awk sed

Turn a single sed command into a reusable Textmate command

text editor sed textmate

replacing newline sed [duplicate]

sed replace

Using sed to replace a string with the contents of a variable, even if it's an escape character

bash string sed

Why sed removes last line?

unix sed

How can I swap two lines using sed?

linux sed

sed - extract STRING between first occurrence of MATCH1 and next occurrence of MATCH2

regex bash sed

Howto use sed to remove only triple empty lines?

linux sed

Passing part of patterns from sed to shell

shell sed

sed print line from regex to regex

regex bash sed

Exclude lines by pattern in sed

bash sed

awk/gsub - print everything between double quotes in multiple occurrences per line

bash sed awk

SED command to delete empty lines till the first occurrence of sentence

regex macos bash sed

BASH: grep/awk/sed to extract variable data

linux bash awk sed grep

sed: remove hex-character(s) within the first n characters of a file

regex bash sed

Escaping question mark character in sed bash script variable

regex bash sed

Sed error "sed: unmatched '/'"

linux bash shell sed

How to add line with spaces at beginning, and with backslash at end with sed?

bash awk sed