Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

dejustify (unjustify): replace each *single* linefeed with a space, but don't touch groups of linefeeds. sed, awk, or something else?

Bash - parsing ini file, finding section name by values within

bash awk sed grep ini

Select rows that are equal to different values in awk

awk

Replace a string with a random number for every line, in every file, in a directory in Bash

bash shell awk sed

awk calculations giving rounded answers for larger numbers

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