Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

Better way to rename files based on multiple patterns

linux bash shell unix sed

sed error - unterminated substitute pattern

sed

How to stop sed from buffering?

linux bash sed grep

Insert multiple lines of text before specific line using Bash

Sed - Replace immediate next string/word coming after a particular pattern

shell unix sed

How to split file by percentage of no. of lines?

bash file awk sed split

Read lines starting from a line number in a bash script

linux bash sed grep

vim/vi/sed: Act on a certain number of lines from the end of the file

linux bash vim sed awk

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