Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

How to extract the first column from a tsv file?

awk sed cut

awk substitute shell variables

Extracting part of path containing a number in bash

regex bash awk

How to parse logs ( nginx/apache access.log ) with mix of delimiters i.e. square bracket, space and double quotes? and optionally convert to json

regex apache nginx awk sed

Awk, trying NOT to divide by zero

awk

Count the number of matches of a particular character in a string matched by a regex wildcard

regex perl bash sed awk

Counting equal lines in two files

bash awk

Convert column to matrix format using awk

linux shell awk

awk - if column = null

bash awk

awk commands within python script

python awk

Linux - Bash Redirect a String to a file

linux bash shell awk sed

Extract IP from netstat output

shell awk netstat

Which is the simple and fast UNIX command to print all lines from the last occurrence of a pattern?

perl unix awk sed

How to print out a newline character in a string in Awk

unix awk

How to use printf to print a character multiple times?

awk printf gawk

Concatenate Lines in Bash

sed awk

awk for multiple patterns

awk if-statement

Convert a text file into columns

linux unix awk

Using placeholders/variables in a sed command

bash sed awk

If pattern matched delete newline character in that line

awk sed grep tr