Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

delete and replace a line using linux command

linux bash sed

Bash: How to add character at the end of a line if it doesn't exist?

bash awk sed

quickest way to select/copy lines containing string from huge txt.gz file

linux ubuntu awk sed grep

Batch create files with name and content based on input file

bash awk sed

Same regex evaluated differently with sed than with grep

regex bash sed grep

replace old-link-url to new-link-url with sed

linux bash shell sed debian

Split a .txt file based on content

bash sed awk

"Greedy" search & replace for sed

bash sed