Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

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

Bash regex finding and replacing

bash sed awk

AWK - Processing multiple file through for loop and conditional check

bash awk

Taking average of decimal number using bash

linux bash sed awk grep

Print lines between patterns with awk

awk

List directories and files at specific depth, when file paths are given in a text file

search awk text directory grep

why is there a difference in behaviour between these two awk commands?

awk