Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

How can I extract using sed or awk between newlines after a specific pattern?

awk sed

Repeating a regex pattern

regex sed

Replace line after match

bash sed awk

Can you colorize specific lines that are grepped from a file?

bash perl awk sed

How to increment a number in several files if the number is not always the same?

sed - delete all characters before dash

bash sed awk

Extract lines with specific patterns in separate files

sed Extract version number from string (only version, without other numbers)

regex bash shell sed

How can I remove leading and trailing zeroes from numbers with sed/awk/perl?

perl bash sed awk

sed replace second last line of file

regex linux sed

Replace every n'th occurrence in huge line in a loop

linux awk sed grep

Isolate the last octet from an IP address and put it in a variable

regex shell awk sed ip-address

sed - Piping a string before the last line in a file

linux bash redirect sed

How do i get "sed" to delete everything else but email address.

sed

How to use sed to change file extensions?

linux bash sed

How to delete an entire row if a specific column contains a zero?

perl sed awk

add multiple lines at beginning of file

regex bash unix awk sed

Replacing all occurrence after nth occurrence in a line in perl

perl awk sed

Shell script numbering lines in a file

shell sed awk

How to escape the forward slash in a sed command [duplicate]

sed