Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Adding XML element in XML file using sed command in shell script

xml bash shell sed

Using sed to extract a substring in curly brackets

bash sed

sed delete remaining characters in line except first 5

sed character line

Add column to middle of tab-delimited file (sed/awk/whatever)

sed awk

tcpdump: Output only source and destination addresses

bash sed awk tcpdump

Transform SQL insert script into CSV format

sql csv awk sed export-to-csv

sed to remove all characters except letters and '

bash sed

sed - remove period at end of line

regex sed

extract a string after a pattern

unix sed awk pattern-matching

How to pass base64 encoded content to sed?

bash shell sed base64

unix commandline for inline replacement of all newlines in file with <br>\n

bash unix command-line sed

How to remove invalid characters from an xml file using sed or Perl

regex perl sed

Reverse input order with sed

bash unix command-line sed

Bash: remove all lines of input except last n lines

bash sed awk

copy lines containing word from one file to another file in linux

linux sed awk grep

What are the differences between regular expression syntaxes for different tools? [closed]

regex sed awk grep gnu

What does the comma in sed commands stand for?

sed

grep not performing very well on large files, is there an alternative?

perl awk sed grep

sed behavior with & (ampersand)

sed

How to replace space with \(space) using sed?

bash shell sed