Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Fast extraction of lines based on line numbers

linux bash awk

awk : if >=4 lines in a row begin with + or - don't print record

bash shell awk gawk

Bash: Sum fields of a line

bash awk

Unix how to concatenate lines based on pattern

unix awk

Print length of regex group with awk

regex awk replace

Find files having more than one occurrence of a pattern on the same line

unix awk

Bash: Removing duplicate lines with unique timestamps

bash awk

Using awk to replace part of a line with the output of a program

bash awk

How to pass a date range to awk as a variable

bash variables awk date-range

bash: how to extract thousands of non-sequential lines from a file

linux bash awk extract lines

Awk with function calling error in redirection

function http-redirect awk

awk extract a column and output a file named by the column header

awk

How to compare two files on line by line basis regardless of order?

python shell awk diff ksh

AWK: is there a way to check the next record for a number?

bash awk

using file and awk to add file extensions

bash awk

Combine multiple columns of different lengths into one column in BASH

bash shell awk

How to print the count of value stored in an array using awk?

awk

BASH - Summarising information from several fields in unique field using Loop and If statements

How to move first column to last column in unix?

linux bash unix awk

How does sorting for arrays of arrays differ to multidimensional arrays in awk?

awk