Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gawk

Picking up CSV fields by name using awk

csv awk gawk

Change regex delimiter in awk patterns

regex awk gawk nawk

Split a string directly into array

arrays awk gawk

How to skip a directory in awk?

awk gawk dir

Timestamp to Epoch in a CSV file with GAWK

csv awk epoch gawk

Should I always use GAWK over AWK?

linux awk gawk

Separating output records in AWK without a trailing separator

json awk gawk nawk

Replacing two strings using awk

awk gawk

awk split() function uses regular expression or exact string constant?

regex awk split gawk

Can I pass an array to awk using -v?

arrays awk gawk mawk

awk FPAT variable: Working

regex awk gawk

gawk FS to split record into individual characters

awk gawk

Are fields defined in the END block in AWK?

bash variables awk gawk

Is there an awk equivalent of INT_MIN and INT_MAX?

awk gawk

Can RS be set "empty" to split string characters to records?

awk gawk

multidimensional arrays in awk

gawk / awk: piping date to getline *sometimes* won't work

bash awk pipe gawk getline

How to use printf to print a character multiple times?

awk printf gawk

SED or AWK replace all with patterns from another file

shell perl awk sed gawk

Sed replace pattern with line number

sed awk gawk