Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Simplest way to do basic xml parsing from unix command line

xml perl unix awk grep

Using sed to delete range of lines except the end pattern

awk sed

escape dollar sign in bashscript (which uses awk)

bash awk

awk extract multiple groups from each line

regex awk grouping

Changing the case of a string with awk

regex unix awk

how to sum file size from ls like output log with Bytes, KiB, MiB, GiB

bash awk ls

how delete space in blank only between " " with bash

regex awk sed

Using strftime function in mawk

awk strftime

How do I pick random unique lines from a text file in shell?

shell sed awk

Perl one liner to extract a multi-line pattern

perl bash sed awk perl-module

Match a string that contains a newline using sed

linux bash ubuntu awk sed

Use array variable in awk?

bash awk

join two files based on two columns

bash awk

How to sum up every 10 lines and calculate average using AWK?

awk

Awk - check that a field can be converted to an integer

awk

multiple Field Separators in awk

regex string awk

How to add 100 spaces at end of each line of a file in Unix

shell unix awk

SED or AWK replace all with patterns from another file

shell perl awk sed gawk

Faster grep function for big (27GB) files

file bash awk grep

Can awk print lines that do not have a pattern?

awk