Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Replacing a word containing backslash(\) with sed

bash shell sed

Find signal number by signal name

linux shell sed signals aix

Converting a file's indentation from tabs to spaces

vim sed awk indentation

How to do a "sed -" like operation on Windows?

windows unix sed

matching tab with sed

regex bash sed

How to remove escape char from string in bash using sed?

bash unix sed escaping character

Extracting specific lines of data from a log file

regex sed awk grep extract

Replace a column in file with a column from a different file while retaining the format

bash sed awk

Performing a sed -i on a list of files in stdin

Remove backslashes with sed command in a file

linux sed

How can I replace a comma character in a CSV ONLY when included between " "

linux bash awk sed centos

sed regexp strangeness

regex sed gnu

Find and replace over multiple lines using sed in Xcode Run Script bin/sh

Extract the phrase containing "FAILED" without a parenthesis following it

awk sed grep

sed comment line number x to y from files

linux bash sed

How to extract only the first instance of a number of lines between two strings in bash?

shell awk sed

sed regex syntax for multiple searches

regex linux bash shell sed

Sed remove all content in line after \t

sed awk

How do I fix sed commands becoming extremely slow when load is high?

linux bash sed

Split string on commas but ignore commas within double-quotes using shell scripting in a .csv file?

shell csv awk sed