Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Regex for whitespace delimiter except for [ and ] characters

regex linux awk sed gnu-sed

Using shell variable in awk

bash shell scripting awk sh

Subsetting Data with GREP

bash awk grep subset

Why doesn't OFS work?

awk

Replace string after semicolon

bash awk sed

delete number and special charter from file

awk sed

Extract value from .gz log files in unix

linux unix sed awk zcat

Split (various sized) lines into two columns keeping the first word in a column

awk text-formatting

Match strings with certain number of unique characters in bash

regex string bash awk sed

Sum numbers each 80 lines one line awk

linux shell unix scripting awk

Regex to extract multiple words from a paragraph

awk sed grep

awk associative array with pattern as index

awk associative

How to calculate the average of two files using awk and grep

Using bash for loop variable within awk print

bash awk

How can I get a JSON field value without `jq`?

json linux awk sed grep

find and delete lines matching a condition

linux perl bash sed awk

grabing a number six lines below a pattern

awk text-extraction

How can I adapt the awk code if I have a .gz file?

awk gzip

Merge multi-line cell in double quotes

regex awk sed grep

reproducing grep "my pattern" myfile.log | sort | uniq | wc -l in awk

awk mingw