Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Using awk to sort fields and arrange

awk

awk: how to filter out a row that all entries (16 columns) are 0

csv filter awk

grep awk ignore character

linux bash awk grep

Is there way to delete duplicate header in a file in Unix?

how to find the column number in a text file using unix commands

linux shell unix awk grep

Return string between single quote with awk

shell awk

Running multiples query on Hbase shell without calling hbase shell again

shell awk hbase

Delete duplicate consecutive lines without sort or unique in xml file

regex xml bash awk sed

Use Perl regex attributes in awk

regex perl awk pcre

process a text file using various delimiters

python awk sed grep

Using awk to find a domain name containing the longest repeated word

regex bash awk

Remove strings by a specific delimiter

linux bash awk sed

awk match multiple pattern in column

awk

tr -d to remove an exact string of characters from a string

bash unix awk sed tr

How can I print 2 lines if the second line contains the same match as the first line?

regex bash awk sed grep

Organize a file with AWK

How to delete rows from a csv file based on a list values from another file?

bash csv awk sed grep

How to speed-up sed that uses Regex on very large single cell BAM file

what is the meaning of a[FNR]=a[FNR]?a[FNR]","$0:$0 in awk?

awk

How to write to line 10?

perl shell sed awk