Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Bash alias of an svn command piped to awk

svn bash awk

Reduce several large tab delimited matrices based on rows and columns using awk

bash awk

awk grep or sed : how to match two files

awk grep match between

AWK -- How to assign a variable's value from matching regex which comes later?

variables awk

Appending Text To the Existing First Line with Sed

linux bash unix sed awk

print all terminals of a user except current

bash awk

Search for a String, and retrieve all lines following it until another specific pattern

bash scripting sed awk grep

Recursive search using awk command

bash recursion awk

Adding a number to column [line by line]

linux bash shell awk

Replace end of line with comma and put parenthesis in sed/awk

awk sed text-processing

Extract multiple independent regex matches per line

regex bash awk sed

Replace string according dictionary file in awk

bash unix awk sed

Writing regex with certain pattern sed/awk/perl

perl sed awk

how to output data from multiple files in side by side columns in one file via awk?

awk multiple-columns

awk code to get specific lines in a file

regex awk

awk sed perl to merge rows based on keyword match

perl bash awk sed

awk command to select values from intervals defined by pairs of columns

awk

Remove double quotes from all fields in an array in bash

bash awk sed

How to tell if two strings of any length are anagrams using bash, awk or any using command or script?

bash awk sed

How to add a header to awk output?

linux awk