Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

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

extract value of an assignment expression

bash sed awk text-manipulation

How do I get lines with a range of number?

bash filter sed awk

Unable to match multiple digits in regex

regex sed

Use sed (or awk) to replace first two slashes on every line

linux sed awk

Find and replace in xml file using sed

xml sed replace

perl -pe one liner: Replace all matched characters with same number of a different character. Not global

perl regex sed

How to get grep consider any character as regular

linux string bash sed grep

replace the last occurance of a string in a file

regex shell search awk sed

Unix sed command - global replacement is not working

shell unix awk sed scripting