Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

How do I count the number of times a string appears in a text file with only AWK?

linux awk

Obtain all the lines before and after a pattern match until a there is blank line

awk sed grep

Faster solution to compare files in bash

linux bash awk sed

Using awk to extract a specific text in a Makefile

awk makefile

Sorting Lines Within Blocks in Awk

arrays sorting awk

Unix Parse Varying Named Value into seperate rows

bash shell awk scripting

Split a file based on number of groups in first column in bash and maximum line number

bash awk sed

How to restrict a find and replace to only one column within a CSV?

sed awk replace

fast deletion of a line with an index from a file

shell sed awk

Find part of a string in CSV and replace whole cell with new entry?

python bash csv awk sed

How to get the line number of a string in another string in Shell

shell awk grep

how awk takes the result of a unix command as a parameter?

bash shell awk

How to Sort Output from several Log Files by date

linux bash sed awk

how to evaluate awk in a sed statement?

awk sed filenames

how to pass a command line argument in the awk script

csv awk

Merge series and recognize end of it - AWK

awk merge

rearrange data on a file (NOT a direct transpose)

bash shell awk sed gawk

Escaping slashes in bash (awk)

bash shell date awk sed

awk system command with spaces in parameters

awk

How to nested loop 2 files then compare columns without using `while read`?

bash shell loops awk while-loop