Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Using awk sed or grep to parse URLs from webpage source

regex scripting sed awk grep

find the number of the field

bash shell unix awk

pre-populate associative array keys in awk?

awk associative-array

Sorting by number of repetitions

perl shell awk

Make awk use character classes

regex awk character-class

Longest line using awk

shell unix awk

New to Awk. Struggling with negative number formatting

awk

Removing lines with repetitive values in last

Find unique string within a file, up a line and append?

linux bash sed awk

Get word between quotes

linux unix sed awk grep

Ignore case when removing duplicates using awk

unix awk

how to insert a newline \n after x numbers of words, with AWK or Sed

linux bash shell unix awk

replace strings with lines from another text file by matching patterns

regex perl awk sed

awk & sed split file

bash sed awk

Remove what follows Nth occurrence Using one-liners

perl sed awk gawk nawk

How to awk or grep a variable, without using echo?

performance bash awk grep

How to use awk to do file copy. Copy using split in awk not working

unix awk

awk/sed insert line between two patterns

regex linux bash awk sed

Extract value of column from a line (variable)

bash shell unix awk

How do I swap the last column in a csv file to be the first column? + awk

bash awk sed