Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Print all but the first three columns

awk

using awk with column value conditions

linux shell awk

Get last field using awk substr

unix awk substr

How to use multiple arguments for awk with a shebang (i.e. #!)?

shell unix awk gawk shebang

Printing everything except the first field with awk

awk sed

How to escape a single quote inside awk

awk

sed or awk: delete n lines following a pattern

unix sed awk

How to print matched regex pattern using awk?

regex awk

How to select lines between two marker patterns which may occur multiple times with awk/sed

What are the differences among grep, awk & sed? [duplicate]

linux bash sed awk grep

How to grep for case insensitive string in a file?

bash shell awk sed grep