Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

How to UNCOMMENT a line that contains a specific string using Sed?

bash awk sed

Remove non-ASCII characters from CSV

sed awk

How to use SED to find and replace URL strings with the "/" character in the targeted strings? [duplicate]

bash sed escaping

Append line to /etc/hosts file with shell script

linux bash shell ubuntu sed

Can you mass edit all files returned in a grep?

search vim command-line sed grep

Replace whitespace with a comma in a text file in Linux

linux shell csv sed awk

Easiest way to extract the urls from an html page using sed or awk only

html regex bash sed awk

What's wrong with my lookahead regex in GNU sed?

Replace whole line when match found with sed

shell replace sed match

Concatenate in bash the output of two commands without newline character

Extract string from brackets

bash 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