Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Join two files using awk

file join awk

Separating output records in AWK without a trailing separator

json awk gawk nawk

Remove first columns then leave remaining line untouched in awk

shell unix awk

Why does AWK not treat this array index as a number unless I use int()?

arrays bash awk

AWK sub function syntax

regex awk

How to select only the first 10 rows in my AWK script

bash csv awk

Fix Mismatch Between Data And Local In Awk Command

linux bash unix awk locale

Join lines at pattern. Uneven interval

awk sed

Adding a character after a digit and dot in bash

bash shell awk sed

Average of column by hours (rows) using awk

unix awk

Replacing two strings using awk

awk gawk

Using awk with variables

shell awk

awk Joining n fields with delimiter

awk

Trim first 9 letters using awk, sed

shell sed awk

Efficient way to count the amount lines obeying some condition

awk

Sum number in two different files

bash shell awk

Count number of column in a pipe delimited file

linux perl shell awk

Calculating 95th percentile with awk

awk

What is the performance difference between gawk and ....? [closed]

c perl awk

How can I get words between the first two instance of text/pattern?

linux bash awk sed grep