Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

How to print regexp matches using `awk`? [duplicate]

bash shell awk

How to merge two files using AWK? [duplicate]

linux bash unix awk

How to match a pattern given in a variable in awk?

regex bash shell awk substring

Extract specific columns from delimited file using Awk

unix csv awk

Pass parameter to an awk script file

linux unix awk

Parse a csv using awk and ignoring commas inside a field

csv awk

How to get the first column of every line from a CSV file?

bash shell csv awk text-parsing

Why does "1" in awk print the current line?

awk

Parsing the first column of a csv file to a new file

bash csv sed awk cut

Using awk to print characters of specific index on a line

awk

Assign AWK result to variable [duplicate]

Filter log file entries based on date range

linux apache ubuntu awk

How can I get awk to print without white space?

linux bash shell awk

Print rest of the fields in awk

bash awk

How to print 5 consecutive lines after a pattern in file using awk [duplicate]

shell unix awk

awk OR statement

awk

Removing trailing / starting newlines with sed, awk, tr, and friends

unix sed awk tr

Scripts for computing the average of a list of numbers in a data file

bash sed awk

Remove odd or even lines from a text file

linux awk sed

Extraction of data from a simple XML file

xml bash sed awk grep