Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Is there an Awk- or Lisp-like programming language that can process a stream of s-expressions?

awk pipe lisp s-expression

Building a distribution of IP's with counts

awk

awk: catch `exit' in the END block

awk

Extract columns from a file based on header selected from another file

unix awk

Print first N words of a file

linux unix scripting awk

print columns with AWK

awk

Timestamp to Epoch in a CSV file with GAWK

csv awk epoch gawk

awk field separator with regexp lookahead or lookbehind

regex awk

How To Remove Single Blank Line Only - Keep Multiple Blank Lines

regex linux bash awk sed

AWK: Is there a way to set OFS as FS if this one is a regex?

regex awk

Using bash variables inside awk

bash awk

Split a string using a string as delimiter in awk

shell unix awk substring

Read lines between two keywords

linux bash sed awk

Use the folder name as a column in a text file

python perl bash sed awk

Calculate time based metrics(hourly)

bash shell unix awk

bash add backslash before every space?

sed awk grep

Use bash script $1 argument in awk command

linux bash shell awk

How to feed awk input from both pipe and file?

linux awk

How to remove the literal string "\n" (not newlines) from a variable in bash?

bash perl awk sed tr

Why is grep so slow and memory intensive with -w (--word-regexp) flag?

bash shell unix awk grep