Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Printing only the first field in a string

unix sed awk field cut

Deleting the first two lines of a file using BASH or awk or sed or whatever

bash awk sed lines

Regex to batch rename files in OS X Terminal

regex macos shell sed awk

How can I make awk not use scientific notation when printing small values?

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