Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Split string on commas but ignore commas within double-quotes using shell scripting in a .csv file?

shell csv awk sed

AWK statement inside a git alias

git bash shell awk alias

Awk multiple transformation / separators in once

csv awk

awk to Fill Empty Column value with Previous Non-Empty Column value:

awk

Does AWK understand number written in in E notation?

awk

awk: read pattern from file, awk '$2 !~ /{newline delimited file}/ && $1 > 5000'

bash list file awk

awk printf long number padding output incorrect

awk printf

sum occurrence output of uniq -c

scripting awk uniq

Remove date from log files

regex awk sed

awk get the nextline

bash awk

How to use getline in AWK with a command that is concatenated together

awk getline

How to separate column using character length with AWK

bash awk

awk/printf formating number strange behaviour

bash awk printf

I want to print columns 1 and 5 but specifically those which column 1 has a value greater than and equal to 74

awk

How to use awk to parse and print multi line version number from file as dot seperated values on one line

Get list of files whose creation date is greater than some date linux

linux bash hadoop awk

Formatting git log output with sed/awk/grep

regex git bash sed awk

Dynamic precision in awk printf using shell variable

bash awk

awk to compare fields of multiple lines and combine

awk

How to merge two CSV files based on matching values in different columns and keep unmatched rows with placeholders?