Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

How to join next line if certain character is there in AWK?

awk

How to use sed to print from the beginning of the file till all the matching elements. The file size is greater than 25GB

bash shell awk sed ubuntu-18.04

cut command --complement flag equivalent in AWK

unix awk

awk compare columns in three files and print match non match with NA prefix along with their content

How to grep log file within this hour

bash awk

awk gsub regex expression, match word not in double quotes

regex unix awk

subsetting rows from a file by matching columns from another file

awk

Select comma separated values between parentheses

regex linux awk grep

Merge rows with same value and every 100 lines in csv file using command

shell csv awk

Two file numeric comparison in awk

linux awk

Remove Lines less than 3 words in a Text File

linux bash unix awk sed

Print matches between two files and line after, while ordering by reference file

awk grep

Remove multiple patterns of a file

awk sed grep

perl sort question

perl awk

Do we really have to copy the whole array to make it an element of an other array with GNU awk?

awk

Transpose column into row based on the new line

awk xargs

How to read a csv file into arrays and compare and replace it with entries from another csv file?

csv awk sed

How to extract patterns form a text files in shell bash

linux bash shell sed awk

awk array to output the line count as well as average

awk

Passing a Bash Array Element to an Awk Regex Expression

regex arrays bash variables awk