Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

sed: search and replace values at position for last line of file

bash sed

How to extract phone number and Pin from each text line

bash awk sed grep

Remove the middle n characters from lines in Bash

bash unix sed cut

Remove part of the string from beginning of the line up to certain character [closed]

bash awk 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