Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

sed regex to non-greedy replace?

Comment out N lines with sed/awk

sed awk

Extracting data from a file

sed grep unix

Regular Expression - Capture and Replace Select Sequences

regex sed

How do I remove part of a line in a multi-line chunk using sed or Perl?

linux perl unix sed

Replacing consecutively empty values in a CSV file

regex perl sed

How to search/replace a bunch of text files in unix (osx)

regex macos unix sed replace

remove new line if next line does not begin with a number

file sed

sed inserting dash into string

insert sed line character digit

How to replace all occurrences of X between Y's?

python regex perl sed

How to use curl and sed to extract a single element from a short json query

regex bash curl sed

Find and replace using xargs sed - can I save the results to a file?

replace sed find grep xargs

sed and replace string by a $variable [duplicate]

bash sed

processing alternate line bash

sed awk

Sed regexp multiline - replace HTML

regex linux tags sed

Decipher this sed one-liner

sed

Set svn:ignore recursively for a directory structure

bash svn sed awk svnignore

Reference 10th submatch [duplicate]

regex sed

How to restrict sed to replace only data appearing after the first closing square bracket?

csv sed

Copy matching lines to a second file

sed awk