Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Sed inside an awk statement

awk sed

Combine lines with matching first field

unix join awk command-line bsd

How to use multiple delimiters in awk?

linux bash awk

Awk? Append an incremental number to each line containing a symbol

awk sed grep

Print only words with Capital Letters (Linux)

regex linux awk grep

How can I remove a string after a specific character ONLY in a column/field in awk or bash?

awk sed

Extract specific words from a line

sed awk

How can I change a certain field of a file into upper-case using awk?

linux bash awk

Want an AWK that implements '@include'

windows awk

Remove all spaces in lines but not between double quotes

Converting a list to double quoted comma separated strings

linux awk sed grep

Should I always use GAWK over AWK?

linux awk gawk

Check if two lines start with the same character, if so the output average, if not, print actual value

bash shell awk

sed gives error with unterminated substitute in regular expression

shell awk sed