Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

How this AWK is replacing an IF?

linux bash awk gawk

Print all lines between two patterns, exclusive, first instance only (in sed, AWK or Perl) [duplicate]

bash perl awk sed

Match two files by column line by line - no key

arrays awk

Need to simplify updating file

bash awk

Grep that tolerates mismatches to subset .fastq

Splitting CSVs into files named for one of the columns

bash csv awk

How to use awk to parse values from stdout as elements of an array?

bash awk

Remove all occurrence of new line between two patterns (sed or awk?)

bash awk sed

sum by year and insert missing entries with 0

bash awk

Handling complex parentheses structures to get the expected data

python regex awk

bash script regex matching

regex bash shell awk grep

decoding base64 encoded text with POSIX awk

awk base64 posix openldap

AWK: print ALL rows with MAX value in one field Per the other field including Identical Rows with Max value

awk duplicates max field

List unique and count the first numberic match after a string

awk sed grep

how to find continuous blank lines and convert them to one

shell awk

Replace key:value from one file in another file in shellscript?

linux bash shell sed awk

Filter lines based on certain string and then print only some attributes greater

bash awk sh

sed Extract unique characters within each line

regex awk sed replace sh

how to use awk's $0 variables in the shell file

linux bash shell awk

Remove newlines (\n) if they are followed by a string - using SED

regex awk replace sed