Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

replace strings with lines from another text file by matching patterns

regex perl awk sed

awk & sed split file

bash sed awk

Remove what follows Nth occurrence Using one-liners

perl sed awk gawk nawk

How to awk or grep a variable, without using echo?

performance bash awk grep

How to use awk to do file copy. Copy using split in awk not working

unix awk

awk/sed insert line between two patterns

regex linux bash awk sed

Extract value of column from a line (variable)

bash shell unix awk

How do I swap the last column in a csv file to be the first column? + awk

bash awk sed

In Awk, how to call a function by using a string name?

awk gawk

Understanding the awk -f option in shebang line

linux awk

using awk or sed to create new lines based on extraneous columns

bash awk sed

AWK program using regex to count matching lines

regex bash awk

How do I filter tab-separated input by the count of fields with a given value?

bash csv awk sed grep

Regex "^[[:digit:]]$" not working as expected in AWK/GAWK

awk gnu gawk character-class

awk and equivalence classes

Reading from stdin OR file using awk

bash shell unix awk

How to sum values of duplicate rows with awk?

awk

How can I delete the lines starting with "//" (e.g., file header) which are at the beginning of a file?

regex shell awk sed

Trying to read from specific fields of a CSV file

csv awk

How to get all lines between the one containing a certain string and another one containing another string PLUS the line before

awk