Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

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

How to generate a range of nonweekend dates using tools available in bash?

Removing lines with the first and the last occurence of a column value

awk sed find-occurrences

Comparing two files, if string exists in file 1, print 2 and if not print 1

awk text-processing

combine multiple string replacement awk commands into one

awk

Loop through a file with colon-separated strings

bash loops awk