Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

calling awk from python

python awk subprocess

awk - delete line if next lines don't match pattern

regex bash awk

Metaprogramming in awk, convert file to html table format

bash awk metaprogramming

Counting lines ignored by grep

perl sed awk grep

Using AWK and PostgreSQL's COPY FROM PROGRAM together

UNIX Bash - Removing double quotes from specific strings within a file

bash unix awk sed

Search file for matching IP address in Linux

linux file search awk ip-address

search multiple and exact pattern to replace with sed or awk

bash awk sed

How do I insert the filename and header to the beginning of a csv using sed/awk/bash/unix tools?

awk sed

regex: return characters inside parenthensis

regex linux unix awk grep

How can I pass filename prefix to AWK command for file split?

bash awk

How can I transform a CSV file to a TOML hash table using AWK

awk toml

AWK: Trouble with AWK (print between two patterns) not working as expected

regex bash awk

Combining certain columns of several tab-delimited files based on first column

awk merge csv

Converting a list of strings into a single line with sed/awk on linux

bash shell awk sed

awk: output files contain ^M character in filename

regex bash awk

Extract multiple floating numbers from a line

linux bash awk grep

Extract preceding and trailing characters to a matched string from file in awk

perl awk grep