Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Strange behavior using lsof and awk together in Mac terminal?

regex macos awk lsof

How to coerce AWK to evaluate string as math expression?

math awk evaluate

Cut string in bash based on position of occurrence in first line

bash macos awk sed

awk command to subtract constant from a column and print results

bash loops awk

Replace a range of tokens within a string

perl bash sed awk

How to use circumflex in the field delimiter in AWK?

regex awk

LINUX: How to AWK to find maximums in every unique line

unix awk

Manipulating n different files and printing their maximum value to a newfile

linux shell awk

Apply awk command to all files in a directory

awk

Renaming files with various extensions

bash sed awk rename

Replacing a column in CSV file with another in bash

bash csv awk

Float comparison in awk and mawk

awk mawk

decipher the regular expression

regex awk

Bash: Extract multiple entries from each line

How can I compare 3 files together (to see what is in common between them)?

linux comparison awk wc

Print lines from their beginning to selected characters

awk

How to call awk from bash with last field as variable

bash csv awk field

awk output to file based on filter

bash csv if-statement awk filter

Read lines from a file, grep in a second file, and output a file for each $line

bash awk grep

sed for each empty line or match increment field

awk sed