Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Sed expression doesn't allow optional grouped string

regex sed

.bash_profile sed: \1 not defined in the RE

sed homebrew .bash-profile

Convert line endings [duplicate]

How to use variables in a command in sed?

unix sed

How to replace a path with another path in sed?

path sed csh

How to remove a character at the end of each line in UNIX

unix awk sed

How to decode URL-encoded string in shell?

bash shell awk sed urldecode

Ansible playbook shell output

shell sed ansible

Swap two columns - awk, sed, python, perl

sed awk

sed -i command for in-place editing to work with both GNU sed and BSD/OSX

macos sed gnu inplace-editing

Is it possible to escape regex metacharacters reliably with sed

regex sed

Can I use sed to manipulate a variable in bash?

bash replace sed

Using grep and sed to find and replace a string

linux shell unix sed grep

Return value of sed for no match

linux json sed

bash, extract string before a colon

regex string bash sed substring

How to use sed to extract substring

How can I insert a tab character with sed on OS X?

regex macos sed

Why doesn't `\d` work in regular expressions in sed? [duplicate]

regex linux awk sed

Replace newlines with literal \n

regex sed

How to remove leading whitespace from each line in a file

unix sed awk grep