Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

awk to compare fields of multiple lines and combine

awk

How to merge two CSV files based on matching values in different columns and keep unmatched rows with placeholders?

Delete decimals of a specific columns with sed

awk sed replace decimal truncate

Parallelize a awk script with multiple input files and changing the name of the output file

bash awk gnu-parallel

Awk print with pipes not working iPython in Jupyter Notebook

Shell script to validate csv fields

regex bash shell unix awk

How to delete the first character of the line only if that line matches with the given pattern [closed]

shell awk sed

how to cut CSV file [duplicate]

linux bash awk sed cut

Awk to read file as a whole

linux bash shell awk

Trim leading whitespace using awk command

awk

Count unique Ips from access.log by day and minute

linux apache awk

column, width parameter not working

Nested awk command

bash shell awk

Change last record separator with awk

bash awk

How do you split a file base on a token?

unix command-line awk

awk to search a pattern and print lines with pattern and one more condition

awk sed

Alternative for AWK use

linux bash shell awk mv

Get columns from a line where there might be quotation preferrably but not necessarily in awk [duplicate]

awk

awk to print line greater than zero in column 1

linux bash shell awk scripting

most efficient way to join array with separators in awk

performance awk