Felix 🇨🇦 🇩🇪 🇺🇦 · @fst
18 followers · 656 posts · Server mstdn.io

I rarely use for more than one-liners but I'm always impressed about what's possible with it
benhoyt.com/writings/awk-make/

#awk

Last updated 1 year ago

Alexander Dyas · @alexanderdyas
9 followers · 60 posts · Server mindly.social

One day I will remember if awk fields are 0 or 1 indexed. One day.

#linux #awk

Last updated 1 year ago

jqコマンドのストリーミング処理 (--stream) をパイプでawkにつなぐ方法のまとめ
qiita.com/ko1nksm/items/d977aa

#qiita #shellscript #bash #awk #unix

Last updated 1 year ago

Paul Buetow · @snonux
82 followers · 562 posts · Server fosstodon.org

The state of ..

#awk

Last updated 1 year ago

WeAreTheOil · @begsby
36 followers · 569 posts · Server liberdon.com
AskUbuntu · @askubuntu
230 followers · 1769 posts · Server ubuntu.social

What does this command mean: `echo $line | awk -F "\t" '{print $1;}'`?

askubuntu.com/q/1484609/612

#bash #scripts #awk

Last updated 1 year ago

AskUbuntu · @askubuntu
230 followers · 1772 posts · Server ubuntu.social

What does this command mean: `echo $line | awk -F "\t" '{print $1;}'`?

askubuntu.com/q/1484609/612

#scripts #awk

Last updated 1 year ago

@chrys My daily use command line productivity tools are:

1. support. C-a, C-e, C-r and tab-completion will save you h o u r s (M-f, M-b are second-tier here)

2. less and tail

3.

4. and scp *esp with keys*

5. scripting *on the command line*. that is, writing this in a single line: "while true; do CMD; sleep 1s; done" (more general and less fragile than `watch`)

6. cut and tr (for simple "parse every line of output" situations)

7. and (for hard ones)

#readline #grep #ssh #bash #sed #awk

Last updated 1 year ago

Open Source Pro · @opensourcepro
89 followers · 290 posts · Server burningboard.net

Unfassbar, wie viele Möglichkeiten Linux bietet! 💻🐧 Von der gibt es zahlreiche nützliche Befehle: filtert Texte, bearbeitet sie & macht komplexe Datenanalyse. Mit automatisiere ich Aufgaben. Open Source rocks! 🙌

#commandline #grep #sed #awk #bash #skripten #linuxtricks

Last updated 1 year ago

Felix 🇨🇦 🇩🇪 🇺🇦 · @fst
15 followers · 559 posts · Server mstdn.io

Also need to try out some other variants. looks pretty interesting.
gnu.org/software/gawk/manual/h

#awk #goawk

Last updated 1 year ago

Felix 🇨🇦 🇩🇪 🇺🇦 · @fst
15 followers · 559 posts · Server mstdn.io

I'm using pretty much daily and I'm happy to see a 2nd Ed of this book coming out.
The AWK Programming Language, Second Edition
awk.dev/

#awk

Last updated 1 year ago

milosz · @milosz
76 followers · 644 posts · Server adventurousbeastie.eu

Small and fun script c2.com/doc/expense/ to count expenses

#awk

Last updated 1 year ago

Seve_py :vim: :python: · @seve_py
17 followers · 284 posts · Server fosstodon.org

Create a stacked bar chart (Palmer penguins dataset) with just AWK and the command line.

tessarinseve.pythonanywhere.co

#awk #sqlite

Last updated 1 year ago

awd · @__awd_
22 followers · 15 posts · Server techhub.social

So this is happening. programming language second edition.

awk.dev/

#awk

Last updated 1 year ago

joat · @joat
86 followers · 1184 posts · Server mastodon.scot

For all the and people; I found this amazing one-liner in the GNU user manual. I changed only the variable name to make it a little less obvious. Can you deduce what it does?

awk '!a[$0]++'

#awk #unix #linux

Last updated 1 year ago

Sundeep · @learnbyexample
4 followers · 38 posts · Server techhub.social

GNU BRE/ERE cheatsheet and differences between grep, sed and awk: learnbyexample.github.io/gnu-b

This is my blog post, serves as a reference for BRE/ERE regex flavors and highlights subtle differences between tools.

#linux #grep #sed #awk #regex #cheatsheet

Last updated 1 year ago

Paolo Amoroso · @amoroso
1731 followers · 2538 posts · Server fosstodon.org

It's been a while since I browsed "The AWK programming language" by Aho and Kernighan.

I had forgotten that, besides teaching the language, the book presents interesting program examples such as an assembler and virtual machine interpreter, a graph drawing language, and other little languages. Using a little language to Implement little languages is cool and kind of meta.

openlibrary.org/works/OL350944

#awk

Last updated 1 year ago

Digital Mark λ 📚 🕹 💾 🥃 · @mdhughes
1265 followers · 30106 posts · Server appdot.net

Mac ships with One True Awk, but it's a few years behind:
% awk --version
awk version 20200816

sudo port install nawk
% nawk --version
awk version 20211208

Well, that's a little better, tho there's patches from 2023 in the repo. I just don't wanna pull, build, have to remember to repull & build sometimes.

#macos #protip #awk #unix

Last updated 1 year ago

Digital Mark λ 📚 🕹 💾 🥃 · @mdhughes
1265 followers · 30093 posts · Server appdot.net

A new version of the AWK book is coming out! In 2023!
awk.dev

#unix #awk

Last updated 1 year ago

Aaron Toponce ⚛️:debian: · @atoponce
2131 followers · 4609 posts · Server fosstodon.org

"This page is a placeholder for material related to the second edition of The AWK Programming Language. The first edition was written by Al Aho, Brian Kernighan and Peter Weinberger in 1988. Awk has evolved since then, there are multiple implementations, and of course the computing world has changed enormously. The new edition of the Awk book reflects some of those changes."

awk.dev/

#awk #gnu #linux #bsd #unix #programming

Last updated 1 year ago