Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Grep value between strings with regex

regex awk sed grep

Compare two columns of two files, print the row if it matches and print zero in third column

awk

Using each line of awk output as grep pattern

awk grep

Combine output from two commands into single table with shell script

linux shell unix awk

awk make it less system dependant

c bash awk

Find last commit in Git repo that contains a certain string pattern [duplicate]

git awk grep

Assign a bash associative array in awk

bash shell awk

AWK -Print the next to last field of each line of input file

awk field

Sorting alphabetically in Bash

bash sorting sed awk

use grep to extract multiple values from one line

regex bash shell awk

creating soft links with the same name as the target file

How to pass filename through variable to be read it by awk

bash shell awk

BASH Script using awk to extract a key

linux bash shell awk

associative arrays in awk challenging memory limits

memory awk gawk

bash script to replace all occurrences of placeholders in file

linux bash awk sed

How to use multiple passes with gawk?

awk gawk

how to pass in a variable to awk commandline

bash shell awk

extracting specific lines from a text file

bash awk sed

Can I grep for multiple patterns but have some be inverse? [duplicate]

bash shell awk grep

Calculate median of a sliding window with awk

bash awk median sliding-window