Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

grep for multiple strings in file on different lines (ie. whole file, not line based search)?

bash awk grep

How to add to the end of lines containing a pattern with sed or awk?

bash sed awk

Select row and element in awk

awk

cut or awk command to print first field of first row

linux bash unix awk

Turning multiple lines into one comma separated line [duplicate]

linux perl unix sed awk

find difference between two text files with one item per line [duplicate]

bash file scripting sed awk

How to print the number of characters in each line of a text file

shell unix sed awk

Split one file into multiple files based on delimiter

linux unix awk split

Printing column separated by comma using Awk command line

csv awk

How to print all the columns after a particular number using awk?

shell awk

awk partly string match (if column/word partly matches)

awk

how to use sed, awk, or gawk to print only what is matched?

regex unix sed awk gawk

Tab separated values in awk

awk

How to use awk sort by column 3

awk

What are NR and FNR and what does "NR==FNR" imply?

awk

Show filename and line number in grep output

awk grep

Using awk to remove the Byte-order mark

unicode awk byte-order-mark

Append file contents to the bottom of existing file in Bash [duplicate]

bash sed awk append

Is there still any reason to learn AWK?

awk text-processing

How to print last two columns using awk

awk