Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

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

Find lines by pattern, leave only pattern but leave unmatched lines as they are

regex awk sed grep pipeline

How to feed into an AWK program a series of field names and have the AWK program check files for the presence of the field name?

awk

Remove a string containing a substring that will require a wildcard

awk sed

How can I check (and delete) if the last line (that contains the last occurence of a string) has a comma as last character?

linux bash shell awk sed

awk search pattern in file. replace line on match and print as it is on not match

shell replace sed awk match