Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Bash: Keep all lines with duplicate values in column X

bash awk

Compare two files and print the differences in specific format not using "diff" command

awk sed diff

What's the best way to convert "awk '{print $2 >> $1}' file" in a Perl one-liner?

perl awk

Using grep or other command to return the line number of a multiline pattern

linux awk sed grep less-unix

How to start from the last line with tail?

bash awk grep tail

comm command with awk (or sed)

shell awk sed conemu

Grouping and summing two columns using awk

awk

How to split lines that contain multiple records using bash scripting

bash awk sed

Awk only prints (0, 1) if pattern, but I want to print the pattern

bash unix awk pattern-matching

clustering or grouping help in awk

python awk

In a column of numbers, find the closest value to some target value

bash awk

How to I set a symbol inside the record separator of awk

Shell variable interpreted wrongly in awk

awk gawk

grep with delimiters in shell script

bash shell awk sed grep

AIX: using grep command to log two lines from a file

shell logging awk grep aix

pattern matching within an array

awk

Grep multiple patterns and print pattern and its previous lines

awk sed

CLI combining two uneven lists in two different files

Bash get first N non white space characters

regex macos awk sed

running awk command in perl

perl awk