Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

"quick select" (or similar) implementation on Linux? (instead of sort|uniq -c|sort -rn|head -$N)

Transform table into 2 columns

linux bash awk

Why is the order of evaluation of expressions used for concatenation undefined in Awk?

awk

awk statements - if not found (grep'ed) do

awk

How to see changed lines with certain words and the containing file for a git commit? - Can git diff print a file name line prefix?

git bash awk grep git-diff

Understanding how gnuplot uses awk scripts

awk gnuplot

caret (^) in FS (gawk)

awk

Ever need to parse the svn log for files committed by a particular user since a certain date? [closed]

svn awk logging

sed or awk multiline replace

sed awk multiline

Extrapolation -- awk based

linux shell awk

What does the semicolon represent in an awk action?

linux awk

using sed or awk to parse multipath output

linux bash sed awk

search for multiple conditioned string with awk

linux unix sed awk

How can I find all the merges that had conflicts in a Git repository?

git version-control awk grep

awk associative array grows fast

How to remove punctuation marks using awk?

shell unix awk

Sort lines in text file between patterns

python awk sed

Best practice for displaying text in Java?

java swing user-interface awk

What are some powerful tools for text manipulation and pre-processing in R?

r sed awk

Combine two files in linux without repetition

c linux shell awk