Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

sed - Replace new line characters not followed by 5-digit number

regex bash sed

How to Replace a line in the same file by SED in Unix Shell scripting?

unix file shell replace sed

sed replace quotation marks

regex sed str-replace

Print Matching line and one line before from the matched line

python linux awk sed grep

Delete all characters using sed except missing values

awk sed

Remove a string character between 2 special characters in the headers of a fastq file

awk sed bioinformatics fastq

How to replace a whole line (between 2 words) using sed?

shell awk sed

print specific value from 7th column using pattern matching along with first 6 columns

awk sed grep

Remove a static block of text from file containing variable data

xml awk sed

Pass the matched value to a function, and replace with the return value

regex bash awk sed

Find and replace text containing a new line

bash awk sed

How to extract specific text from JSON using BASH

json bash sed

Replace first space on each line by a tab [duplicate]

bash macos perl sed whitespace

Sed replace on a pattern after another specific pattern match?

bash append text at the start and end of ls output

unix sed append ls

How to get only difference from diff

linux sed diff

Copy the first character of a column and replace an existing column with it, while maintaining the spacing as needed

linux unix awk text sed

Replace all other occurrences of a character range in line with the first character in the line within the range using sed

bash unix sed

Prevent sed from creating a temporary file [duplicate]

bash macos shell sed