Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

how to get sub-expression value of regExp in awk?

regex linux awk

awk's $1 conflicts with $1 in shell script

bash shell awk

bash: getting percentage from a frequency table

linux bash shell awk

Too many open files error while running awk command

linux shell awk

awk to find number of columns for each line and exit if more than required

bash awk exit

How do I find the text that matches a pattern?

awk

switch/case doesn't work in awk

linux awk

Grep log file greater than time stamp

unix sed awk grep

awk: warning: escape sequence `\]' treated as plain `]'

awk

Using AWK to find the smallest and largest number in a column?

linux awk

How do I call the split function in awk to split a string on "\."?

bash awk

Using colored output for awk, or grep multiple pattern search in and condition

bash awk grep

Is there a field that stores the exact field separator FS used when in a regular expression, equivalent to RT for RS?

awk gnu

How to separate words in a "sentence" with spaces?

Command to sum 2nd colum of csv file

bash awk

SED - removing string followed by LineFeed (\n)

linux unix sed awk vi

Should I use cut or awk to extract fields and field substrings?

sed awk field cut text-parsing

Splitting bulk text file every n line

linux shell unix awk cygwin

Using awk to pull specific lines from a file

awk line

How to split file by percentage of no. of lines?

bash file awk sed split