Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

How to use back-reference of sed replacement command correctly considering a special Regular Expression

Deleting multiple lines from a csv file using sed

unix csv sed

sed: remove numbers from file

regex bash unix sed

Append a string to another with Regex tools

regex perl unix sed awk

Remove namespace prefix with sed

xml bash sed

how do I extract a date stamp from a file name stored in a bash variable [duplicate]

bash awk sed

Using sed to extract morse code from a text file

unix sed

Using the result of grep to sort files

sorting awk sed grep

Sed keep digit and discard extension

sed

Remove pattern in txt using awk or sed

awk sed

Duplicate and modify lines using Sed

sed

How to correctly detect and replace apostrophe (') with sed?

linux bash shell sed

Insert with sed n repeated characters

bash sed

Replacing a field with another value using sed or awk

bash awk sed

Extract values in json object with awk/sed, but cannot get it to work

json bash awk sed

How to get first one "id" in a JSON using sed in shell script?

shell unix awk sed

awk | merge line on the basis of field matching

sed awk

Using sed to remove words in a stopword list (Feeding sed a list of parameters to remove from a text file)

unix sed awk grep

Optimize grep, awk and sed shell stuff

linux shell sed awk grep

Delete All Text Before First Marker and After Second Marker

parsing bash sed awk