Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Duplicate a CSV column in Bash

bash csv awk

String conversion from numeric to string in awk

bash unix awk

SED or AWK script to replace multiple text

python perl unix awk sed

Awk - print next record following matched record

awk

Run awk file from shell script without specifying awk's exact location

linux shell awk

Simple trouble with awk and regex

regex shell awk gawk

Sorting the lines in a CSV according to those containing numbers and those without

bash shell sorting csv awk

increment letter variables in awk

split awk increment prefix

How to manipulate awk output?

linux bash awk

Find number, and remove adjacent characters equal to this number

perl unix sed awk

What does effect does a trailing number have on the body of an awk script?

unix text awk

Subtructing n number of columns from two files with AWK

linux perl bash awk gawk

Using awk to bin values in a list of numbers

awk

Collapse sequential numbers to ranges in bash

bash awk sed collapse

awk and special brackets delimiters

linux awk delimiter

Select matrix first row based on 1st, 8th and 9th column value with awk or sed

r awk sed

AWK FNR==NR on an Empty File

bash awk

AWK - replace specific column on matching line, then print other lines

awk sed

How to compare two csv files in UNIX and create delta ( modified/ new records )

unix awk

Using awk to split line with multiple string delimiters

bash awk