Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

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

Individually Execute All Files in a Directory

bash macos awk

awk create a list for testing elements

awk

AWK returns number instead of string for sub/gsub

awk

How to use a variable in an awk expression

string bash awk printf

Grep just one line, then remove

xml bash awk sed grep

Replace space in a specific column with a character

awk sed

Printing lines according to their columns in shell scripting

bash shell unix awk nawk