Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

sed substitute variable contains newline (preserve it)

sed

How do you remove all the lines between two html tags using sed (or similar)?

regex bash sed

process a text file using various delimiters

python awk sed grep

Remove strings by a specific delimiter

linux bash awk sed

Replace first few lines with first few lines from other file

linux sed

tr -d to remove an exact string of characters from a string

bash unix awk sed tr

How can I print 2 lines if the second line contains the same match as the first line?

regex bash awk sed grep

How to delete rows from a csv file based on a list values from another file?

bash csv awk sed grep

How to speed-up sed that uses Regex on very large single cell BAM file

Mask output card number with ****

bash sed

sed or awk to print lines between words

sed

Using sed to combine multiple csv files

bash csv sed

How to write to line 10?

perl shell sed awk

Lowercase to Uppercase of character in Shell Scripting [duplicate]

perl shell unix sed awk

Replace a field with values specified in another file

shell sed awk

sed -e 's/^M/d' not working

linux unix sed

Print specific line number only if match in sed

shell sed line match

sort a file based on length of chars in the first column/row

linux sorting sed awk grep

Sed: append after last occurrence

sed

Grep numbers between colon and comma

perl bash sed awk grep