Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Using sed to remove everything after a [[:space:]]

sed grep

How do I use sed to substitute the third occurrence of the same regex in the file?

bash sed

How do I extract two different keywords from two different lines in a file in bash shell?

bash awk sed

Bash: replace spaces with new line and prepend with dash

bash sed

extract a specific word in bash

linux bash sed awk cut

Best way to change words into numbers using specific word list

python regex sed awk

Delete every line if occurence found

awk sed cat

Bash Script : Printing a column with having space between the string

bash shell awk sed

Change strings incrementally using sed or awk

bash awk sed

Extract the first letter after a slash '/' and the last whole word

regex sed

replace two newlines to one in shell command line

perl shell replace sed newline

Matching patterns from a file returns multiple same outputs in bash

bash sed

Bash: Move specific line of content in file to the top of the file

linux bash shell awk sed

sed: Copying part of output into a table

regex awk sed

Parse a text file for certain string with prefix "Product Name:"

bash sed grep

"grep"ing first 12 of last 24 character from a line

shell sed awk grep

SED: Is there a simpler way to measure percentage complete

bash sed

Extracting all text after a phrase and then adding file names at the start of each line?

regex perl sed

Replacing newline escape '\n' with an escaped newline escape '\\n' using sed

regex bash sed

Replace newline in quoted strings in huge files

regex perl awk sed