1688 shaares
869 private links
869 private links
2 results
tagged
awk
An awk trick nicely explained. Though it's a trick that I may never use. I recommend this article mostly for the extraordinary pedagogy style.
<blockquote>TL;DR Awk crunches massive data; a High Performance Computing (HPC) script calls hundreds of Awk concurrently. Fast and scalable in-memory solution on a fat machine.</blockquote>