Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Interleave text files with a given ratio of lines from file1 to file2

bash shell text awk

How to delete all lines before the first and after the last occurrence of a string?

regex awk sed grep

Awk: printing undetermined number of columns

awk

Replacing first column csv with variable

bash csv sed awk

How can I add a newline after match is found

bash awk sed

Add x^2 to every "nonzero" coefficient with sed/awk

bash ubuntu awk sed

gawk / awk: piping date to getline *sometimes* won't work

bash awk pipe gawk getline

how to trim file - remove the columns with the same value

perl unix sed awk

awk exiting the ACTION path and going directly to END part

shell awk

Combining two awk commands in single command

unix csv awk

Bash retrieve column number from column name

bash shell awk

Count b or B in even lines

awk

Replacing values in large table using conversion table

bash unix awk sed large-data

Sampling without replacement using awk

bash shell awk

awk - too many open files issue / date parsing [duplicate]

unix awk

Pipe symbol | in AWK field delimiter

bash awk

Difference between single and double quotes in awk

bash awk quotes

replacing a string contained withing two strings with an incremental counter in bash

text awk sed

split text file in two using bash script

bash text sed awk split

Inserting a "," in a particular position of a text

regex awk sed