Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Extract version number from file in shell script

bash shell scripting sed

Replace a string with another string in all files below my current dir

string bash sed

Removing trailing / starting newlines with sed, awk, tr, and friends

unix sed awk tr

Insert linefeed in sed (Mac OS X)

regex macos bash sed

Scripts for computing the average of a list of numbers in a data file

bash sed awk

Remove odd or even lines from a text file

linux awk sed

Extraction of data from a simple XML file

xml bash sed awk grep

How can I add a line to a file in a shell script?

linux shell sed

How to create a frequency list of every word in a file?

bash file-io sed grep

How do I add a line of text to the middle of a file using bash?

linux bash sed awk grep

Get Day Of Week in bash script

bash sed

Convert all number abbreviations to numeric values in a text file

bash awk sed

Linux bash script to extract IP address

linux bash sed awk

excluding first and last lines from sed /START/,/END/

sed - how to do regex groups using sed

regex linux sed

Extract XML Value in bash script [duplicate]

xml bash shell sed

What delimiters can you use in sed?

sed delimiter

How to find/replace and increment a matched number with sed/awk?

bash sed awk

Is there a 'git sed' or equivalent?

linux git bash sed

Combining two sed commands

sed