Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

How to use the eval statement in (g)awk?

awk

Print Distinct Values from Field AWK

awk command-prompt

Using awk to print the last field then the first using $NF [duplicate]

awk

Replacing multiple strings in multiple files

bash awk

How to suppress awk output when using FS?

bash awk

Regex match last three integers and one character before that integers

awk

Filtering rows between two files based on correlation in awk

bash awk text

AWK Find Duplicate Value in Column 3. Print Entire Line

awk

sum up results of awk and grep

awk grep

AWK to print after string match in file

macos awk

How to make a csv row for each 2 lines in a txt file

python r bash awk sed

awk: select first column and value in column after matching word

bash awk sed text-processing

How to create a list of all words in a bunch of files?

linux unix awk command-line grep

Using awk, how can I find the max value in one column, print it; then print the match value in another column

if-statement awk max

grep to find literal [square brackets] with specific data

regex unix awk grep pcregrep

how to break one column into multiple columns in Linux [duplicate]

linux bash shell unix awk

How to delete a Json object from Json File by sed command in BASH

json bash awk sed

Using `awk` to print number of lines in file in the BEGIN section

text awk text-processing

Treatment of backslash character in the bracket expression

Replace a string which is present on first line in UNIX file

unix awk sed grep