Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

AWK command to change epoch time to date and list epoch on same line

time awk line epoch

Extracting beginning alphabets of a string in bash/ash

awk sed cut ash

RegEx for parsing package name, package version (including release) for Fedora / Red Hat packages

regex bash awk sed

workaround for SPLIT 1000 file limit?

perl unix awk sed

How to explicitly declare variables in awk

awk variable-declaration

How to use awk variable in search?

shell awk

Search for the first occurrence of a keyword + print the next column in Linux

awk

Converting a file's indentation from tabs to spaces

vim sed awk indentation

How can I make this AWK command case-insensitive?

linux bash shell awk

How to check whether one number range from one file is the subset of other number range from other file?

shell awk

Local Variables declared inside a function awk

shell awk

Extracting specific lines of data from a log file

regex sed awk grep extract

Delete string from line that matches regex with AWK

awk

Replace a column in file with a column from a different file while retaining the format

bash sed awk

Filter a file using a column value greater than a number (awk not working)

unix awk

How can I replace a comma character in a CSV ONLY when included between " "

linux bash awk sed centos

Multiple awk pattern matching in one line

awk

Extract the phrase containing "FAILED" without a parenthesis following it

awk sed grep

How to extract only the first instance of a number of lines between two strings in bash?

shell awk sed

Sed remove all content in line after \t

sed awk