Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Counting the number of specific values in a column with awk

awk text-parsing

Comparing two files with respective fields and output required in a specific format

bash shell awk compare

Appending a string to all elements of cells in a column using awk or bash

bash awk

get string between "-(" and ")-", linux directory

linux bash sed awk grep

Kill a process with a certain value in the command lying between a specific range

linux awk command

awk command to print multiple columns using for loop

bash shell awk

How to move block of text and next nth line following a pattern to end of file?

string awk sed ed

awk for date range in seconds

bash awk

Usings variables AND regex within substitute routine in AWK?

regex awk

Most efficient method to split file into multiple files based on a column

linux bash unix awk split

awk split on first occurrence of character

awk

Print previous line along with matched line

awk

Find and print lines that have duplicate column value

unix awk duplicates

How this AWK is replacing an IF?

linux bash awk gawk

Print all lines between two patterns, exclusive, first instance only (in sed, AWK or Perl) [duplicate]

bash perl awk sed

Match two files by column line by line - no key

arrays awk

Need to simplify updating file

bash awk

Grep that tolerates mismatches to subset .fastq

Splitting CSVs into files named for one of the columns

bash csv awk