Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

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

how to make awk add correctly when commas are used as digit group separators

bash awk

how to extract version number form binary file using awk

regex awk

Show sort ordinal numbers as count in a list

awk ordinals

awk command inside while loop creates empty output files

bash awk while-loop

Bash Script Awk if statements

bash awk

awk not working in bash -c "somecommand | awk '{print $2}'"

bash awk subshell

Port awk one-liner to perl using regexes (Summing groups of data)

regex perl awk

Comparing two version numbers in a shell script

bash shell awk sed grep