Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Using sed/awk to remove string from subsections

regex perl awk sed

Splitting a large, complex one column file into several columns with awk

bash awk field rows

Add delimiters at specific indexes

regex awk sed

awk: change field separator keeping first column as is

regex awk field

Find Everything between 2 strings -- Sed

shell awk sed grep

Why doesn't my awk one-liner work when I call it from Perl?

linux perl unix awk qsub

awk and printf in bash

bash awk printf

Perl, sed, or awk one-liner to change the format of the file

regex perl unix sed awk

convert month from Aaa to xx in little script with awk

awk type-conversion

Extract the string between Quotes of particular occurrence in unix

regex unix sed awk grep

replace text based on a dictionary

linux perl unix sed awk

extract all lines from text file based on a given list of IDs

perl unix awk

splitting single line into multiple line in numbering format using awk

linux shell scripting awk

Sed or awk: how to call line addresses from separate file?

sed awk

How to find the same words in two different text files and print those lines using bash?

awk grep

Is there a way to define a user-defined function inside an awk statement which is inside a bash script?

linux bash shell awk scripting

Bash script to count CR/LF in a text file

linux bash shell awk

Grep whole paragraphs of a text containing a specific keyword

text awk grep paragraph

How to merge multiple lines into single line but only for block of lines separated by blank line

bash awk sed sh

AWK: Derive fields (create new columns) based on existing columns

awk