Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

What is the difference between `sed -i -e` and `sed -ie`?

bash unix sed

How to increment the last number in a string; bash

bash perl awk sed

How to join first n lines in a file

regex linux sed awk

How can I script file generation from a template using bash?

bash sed awk printf

sed error: unterminated 's' command

unix sed

vi keep only first 10 characters of a column

vim awk sed

How do I delete a matching line and the previous one?

unix sed grep pattern-matching

Backreferences in sed returning wrong value

regex macos sed

Get N'th line of multiple files in linux

linux csv awk sed echo

Sed in place edit

bash sed

How to delete the line that matches a pattern and the line after it with sed?

linux unix sed

insert text with sed on the same line that pattern search

sed

bash substitute first character in every line

bash sed

Sed Insert Multiple Lines

shell sed

select multiple lines using the linux command sed

linux shell sed awk

How to remove CTRL-A characters from file using SED?

regex unix sed

Replace Column if equal to a specific value

linux unix awk sed

sed- delete line that doesn't contain a pattern

bash sed

how to use sed from a tcl file

unix sed exec tcl

How do I properly match Regular Expressions?

regex sed pattern-matching