Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

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

Select files from sub-directories and print a certain line from each file [duplicate]

bash awk

How to extract substring in the double quotes by using awk or other methods?

linux awk

Split string on commas but ignore commas within double-quotes using shell scripting in a .csv file?

shell csv awk sed