awk
awk range and selection of text
Why is error flagging the variable as undefined?
awk command for mapping columns & join them
awk to print line(s) based on conditions in from specific fields in each line
AWK to get average of three columns over an ID
awk to remove duplicates in specific lines based on keyword in field
awk to update field based on if statements except if keyword is in field
awk without printing a newline for multiple files
How to subset a tsv file based on a pattern?
grep multiple directories throws error “Is a directory”
Awk Printf result of a subtraction between column and fixed value
How to sum a selection of columns?
Convert EPOCH time in CSV file (CentOS)
How to evaluate or process if statements in data?
How to remove “ ” in filename only but no the entire file ??
String concatenation in gawk produces an unexpected result
print from match & process several input files
convert “days hh:mm:ss” field to hh:mm:ss or seconds using sed or awk
Unable to get out in Required format from awk
How to get rows with values more than 2 in at least 2 columns?
awk FNR==NR, ORS, OFS confused
awk remove mirrored duplicates from 2 columns
Find “complete cases” with awk
Extract multiple info from one line
What is the most efficient way to extract logs between two time stamps?
Removing steric (*) from the end of a fasta sequence in a multi fasta file
Splitting a column vertically using AWK
How to select lines between two lines
why is awk sub changing my input when letters are present?
Setting a threshold for multiple files in directory
Using AWK to Retrieve an Error in a Cryptic Log File
How to count all matched times with awk?
awk to match lines using partial match and print message
print whole variable contents if the number of lines are greater than N
how i could print multiple delimiter word using awk? [closed]
Searching and counting matching lines
Column numbers in 'awk' used with 'parallel' in a Makefile
How can I compare different columns in two files, and print out in first file?
Assign a value to an awk variable
Search for a string in a file and then find the the previous lines that match a diffrent string
Why doesn't this awk code do what I want it to do?
how to return the index of max of each line using awk
How to pass BASH shell variables into AWK statement
gawk behaviour I don't understand
Move a word to a different column in multiple lines
process at top level without reading next line
awk: line 1: syntax error at or near print how i could correct this command?
How to remove “ ” in all columns of my output files?
awk: Why the column saved in an array can not be printed out?
Is possible sum in awk using a query?
awk command print but not print in order?
Table calculation by awk depends on first column
Adding column to CSV file with awk using number sequence
AWK: replace a pattern-matching field with field's value from previous row
Add double quotation on duplicated name
grep from a list with multiple fields
Related Links
shell: awk to int variable
AWK output to a delimited string
Using awk to sum the values of a column, based on the values of another column and matching multiple other columns, append the sum and percentage
awk get the next line without consuming it
awk split column into multiple columns in staggered manner
awk returning whitespace matches when comparing columns in csv
Automount swap script
Using awk how to to merge lines which are duplicates based on multiple columns and substitute the average for another column
Find a value and append to it in awk
awk: remove duplicate lines with word position exchangable
How to remove numbers after '/' delimiter in file?
How to split the string 201702221015 in the CCYY|MM|DD|HH|MN format using AWK
How to replace multiple blanks with one blank and keep all blanks both on beginning and end unchanged with awk quickly?
How to move output files created from awk to a specific location?
Is there a way to use awk to REMOVE lines based on threshold value?
info grabbing from a column with grep, awk or sed