Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Average of column skipping rows divisible by 5 using awk

bash awk

How do I print a field from a pipe-separated file?

bash unix shell awk ksh

How to "roll back" a getline call?

awk getline gawk

removing duplicated strings within a column with shell

shell awk sed

extract data from a file

bash awk

Using Awk to remove whitespace

awk centos nis

Regular expression doesn't match string when using MAWK

regex awk

Interweave two files bash script

bash sed awk

Multisplitting in AWK

linux bash awk

How do I replace multiple occurrence of a character between specified strings using vi or sed?

awk sed replace between

Replacing every occurrence of a char except when it's in a pattern

linux bash sed awk grep

How to compare 2 file and print the first match of the string until the blank line

awk

What is the effect of the “IGNORECASE” flag on how the “gensub” function works with multi-byte characters? [closed]

awk

Extracting alphanumeric values

bash awk grep

Natural Join between two files in unix using AWK, Join etc

linux unix join awk

Removing blank lines

awk sed grep tr blank-line

get multiple words after a specific word of HTML using linux/unix scripting

linux bash shell awk sed

use one awk command to search for a string within a matching string

awk

Count of unique words from one column of a file in shell

bash shell awk