Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Remove first N lines of a file in place in unix command line

sed -i option is not working on solaris

unix sed solaris

sed extract digits

sed extract digits

Find and remove DOS line endings on Ubuntu

bash unix sed awk grep

Scripts for listing all the distinct characters in a text file

bash sed awk

SED to remove a Line with REGEX Pattern

regex bash unix sed

UNIX: Using egrep or sed to find the line with the first occurrence of a string?

bash unix sed

Cleaner way to write multiple sed commands?

linux bash shell ubuntu sed

Delete line from file at specified line number in bourne shell [duplicate]

shell unix sed

Sed error : bad option in substitution expression

linux bash shell sed

How to split file on first empty line in a portable way in shell (e.g. using sed)?

I want to use "awk" or sed to print all the lines that start with "comm=" in a file

linux shell scripting sed awk

Format output in columns

bash sed awk grep

Add prefix to each word of each line in bash

bash sed grep

Remove multi-line comments

sed awk

Why does this regex run differently in sed than in Perl/Ruby?

ruby regex perl sed

sed: change values of properties of an environment in a .yml file

regex parsing bash sed

How portable is it to use semi-colons as command separators in sed?

sed

How can I get Octave to change the variables in my input files?

sed octave

how to tell sed "dot match new line"

sed