Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

sed: replacing nth word with matched pattern?

regex perl bash sed awk

How to pipe tail -f into awk

awk tail

Running an awk by splitting the lines

shell awk

Escaping backslash in AWK in command substituion

Use for loop with two variable

AWK use value of field in regex

regex awk

Pick up lines from a file based on line numbers in another file

python bash awk

How to use space as field separator using awk?

awk

What is an "illegal primary" in awk?

regex awk

Splitting columns using awk [duplicate]

awk

Print substrings every ith character

bash awk substr

using variables in search pattern in awk script

shell awk

awk stumper: regex substitution within a field

regex awk

awk åäö umlaut-chars has length of 2

string macos awk diacritics

Awk script to select files and print file sizes

linux bash scripting awk

Text processing with two files

python text awk

How to use a regex with Awk to extract the substring between parentheses?

regex indexing awk substring

Trying to remove non-printable characters (junk values) from a UNIX file

How to reverse a list of words in a shell string?

linux shell awk sed ash

Why does awk "not in" array work just like awk "in" array?

awk gawk