Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Sed wildcards- replace in the middle of certain characters

regex bash sed

How to read config files with section in bash shell

linux bash shell sed

Simplest way to properly search and replace source code

bash shell search replace sed

How can I delete a string inside parentheses using sed, inside a sed script?

bash ubuntu sed

Replacing first occurance of a match with sed

bash sed

How can I add the current date or time to end of each line in file?

date sed append

Trying to extract a substring and version number from a filename using bash

bash perl awk sed

Using sed captured group variable as input for bash command

regex linux string bash sed

Sed command to parse xml from log

xml bash sed

Use awk sed command and while loop to remove entries from second file

linux bash awk sed while-loop

how to rename fasta file headers using sed

sed fasta

extract multiple items on single line using grep/sed/perl

linux bash perl sed tr

How to use sed to get the required output?

regex string bash unix sed

Using awk to remove lines containing a string in two columns of line

awk sed

sed command to add text for only last line in unix

regex bash unix sed sh

Substitute value with result of calling function on value in unix shell

bash shell sed awk

Using gawk or sed to inplace change line after or before every other match

perl awk sed comments

How can I replace lines in a text file with lines from another file based on matching pattern?

shell awk sed