Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Grep multiple patterns and print pattern and its previous lines

awk sed

CLI combining two uneven lists in two different files

Bash get first N non white space characters

regex macos awk sed

running awk command in perl

perl awk

Linux split a column into two different columns in a same CSV file [closed]

linux bash shell sed awk

Bash splitting a multi line string by a multi-character delimiter into an array

bash shell awk

how to rearrange all paragraphs from vertical to horizontal (all next to each other)

linux awk

awk print 1st row with condition

bash awk

How to get unique rows in one file comparing with multiple files in awk

awk

Extract parent domain name from a list of url through Bash ShellScripting

linux bash unix awk

sed/awk merge pairs of lines into one line

bash unix awk sed

Advice or alternative to using Awk with associative array and duplicate records

awk

Capture a keypair split & neighbored by fixed values

regex awk grep

How to substitute a specific string pattern in a multi-line FASTA file using bash?

Reuse matched pattern in inserted or appended line with GNU sed

Store into variable a string that changes dynamically

shell awk sed

How to print line numbers changed by sed / awk

linux unix awk sed

Bash, Perl or Sed, Insert on New Line after found phrase

perl bash sed awk

Extract the first 2 fields from a CSV file (may contain commas or quotes) [duplicate]