Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sed

How to split and count number of occurences of word in Bash?

linux bash shell awk sed

sed/awk expression to prepend text and append increasing numbers to list

awk sed

How to convert YYYYMMDDHHMMSS to a date readable by `date`

linux bash date sed

Remove "Cl." from file with bash without removing all Cl

sed vim

regex in sed to keep current line but remove next line

regex bash sed

Extracting beginning alphabets of a string in bash/ash

awk sed cut ash

RegEx for parsing package name, package version (including release) for Fedora / Red Hat packages

regex bash awk sed

How to ask for confirmation using the command `sed` [closed]

linux sed

workaround for SPLIT 1000 file limit?

perl unix awk sed

Replacing a word containing backslash(\) with sed

bash shell sed

Find signal number by signal name

linux shell sed signals aix

Converting a file's indentation from tabs to spaces

vim sed awk indentation

How to do a "sed -" like operation on Windows?

windows unix sed

matching tab with sed

regex bash sed

How to remove escape char from string in bash using sed?

bash unix sed escaping character

Extracting specific lines of data from a log file

regex sed awk grep extract

Replace a column in file with a column from a different file while retaining the format

bash sed awk

Performing a sed -i on a list of files in stdin

Remove backslashes with sed command in a file

linux sed

How can I replace a comma character in a CSV ONLY when included between " "

linux bash awk sed centos