Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Remove trailing json comma with command line tools

json bash sed

How to replace first occurrence with sed?

bash awk sed

SED doesn't process multiple commands in {} after d(elete), a(ppend) or c(hange)

awk sed

Match from beginning to word as long as there are no . in between: Convert grep -Po command to sed

regex bash sed grep

Java regex and sed aren't the same...?

regex string sed

Finding all chemical symbols in a file

bash sed

I'm puzzled here about awk, sed, etc

bash sed awk

sed: mass converting epochs amongst random other text

bash sed

Using sed to replace numbers

regex macos sed

how to replace "/" on path string with "\/" using sed?

bash shell sed sh

Get Nth character with Sed

string sed

Sorting lines in a file alphabetically using awk and/or sed

sed awk

select nth file in folder (using sed)?

bash sed

Why does sed report "Invalid command code" for tilde?

unix sed

Replace each leading tab by four spaces, recursively for every file

regex sed indentation

Identify and remove specific hidden characters from text file

bash unix sed

Pass filename variable into sed command

bash shell unix sed

How to copy data from file to another file starting from specific line

linux bash unix sed

Add a comma at the end of every line

bash sed

Subtracting lines in one file from another file

unix awk sed