Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Datetime to epoch conversion

bash awk epoch

How to delete lines in log file older than 14 days?

bash logging awk

What's an effective way to filter access.log to return list of unique IP addresses and the number of successful requests (code 200) by each client?

apache bash scripting awk

Trying to extract a substring and version number from a filename using bash

bash perl awk sed

How can I use awk to display some certain fields in a text file? [duplicate]

linux bash awk

Start and Stop Printing with 2 keywords in AWK

linux awk

alphanumeric or "Version sort" in awk array traversal

sorting awk

Why are spaces delimiting, instead of FPAT

regex awk

awk for loop increment value

loops for-loop awk

AWK time, date, status and sequence from curl output

bash curl awk

how to i add two columns in Awk Ubuntu that are strings(which are integers)?

linux unix awk

Calculate distances of continuous point

awk

Appending string to awk output

awk

I want to date sort the 5th col using sort command.But the problem is no consistency in format,what can be the way to do it?

linux awk

Probability Distribution of each unique numbers in an array (length unknown) after excluding zeros

Use awk sed command and while loop to remove entries from second file

linux bash awk sed while-loop

No output from awk only when redirected to pipe or file [duplicate]

bash awk stdout

Count number of nonempty entries in each column of, e.g., comm output

bash unix awk

how rand() works in awk

shell awk