Hacker News
- Learn Awk in Y Minutes https://learnxinyminutes.com/docs/awk/ 5 comments
- Learn to Process Text in Linux Using Grep, Sed, and Awk https://www.linode.com/docs/guides/differences-between-grep-sed-awk/ 17 comments
- Learn Awk with Emacs (2020) https://jherrlin.github.io/posts/learn-awk/ 30 comments
- Learn Awk by Example (2019) https://github.com/thewhitetulip/awk-anti-textbook/ 29 comments
- Why Learn Awk? (2016) https://blog.jpalardy.com/posts/why-learn-awk/ 235 comments
- Learn Just a Little Awk (2010) https://gregable.com/2010/09/why-you-should-know-just-little-awk.html 69 comments
- Learn a little jq, Awk and sed https://letterstoanewdeveloper.com/2019/07/29/learn-a-little-jq-awk-and-sed/ 7 comments
- Learn just a little Awk (2010) https://gregable.com/2010/09/why-you-should-know-just-little-awk.html 244 comments
- Is there still any reason to learn AWK? http://stackoverflow.com/q/107603/334816 2 comments
- Why you should learn just a little Awk - A Tutorial by Example http://gregable.com/2010/09/why-you-should-know-just-little-awk.html 76 comments
- Why you should learn at least a little bit of Awk http://gregable.com/2010/09/why-you-should-know-just-little-awk.html 62 comments
- Show HN: Learn Awk with a terminal running in the browser https://sandbox.bio/tutorials?id=awk-intro 2 comments
- Learn to use Awk with hundreds of examples https://github.com/learnbyexample/Command-line-text-processing/blob/master/gnu_awk.md 116 comments
- Exercise #1: Learning awk Basics http://bashshell.net/stream-filtering-utilities/exercise-1-learning-awk-basics/ 20 comments
Lobsters
- Why Learn AWK? https://blog.jpalardy.com/posts/why-learn-awk/ 35 comments unix
- Learn a little jq, awk and sed https://letterstoanewdeveloper.com/2019/07/29/learn-a-little-jq-awk-and-sed/ 39 comments practices
- What does $0=$2 in awk do? learn awk https://kau.sh/blog/awk-1-oneliner-dollar-explanation/ 2 comments commandline
- Learn a little jq, awk and sed https://letterstoanewdeveloper.com/2019/07/29/learn-a-little-jq-awk-and-sed/ 30 comments programming
- Just learned about ruby switches and curious, why use awk still? https://robm.me.uk/ruby/2013/11/20/ruby-enp.html 25 comments bash
- Why you should learn just a little Awk - A Tutorial by Example http://gregable.com/2010/09/why-you-should-know-just-little-awk.html 11 comments linuxadmin
- Learn to talk awk http://www.linux.com/articles/114109 58 comments programming
- Learn AWK with Emacs - jherrlin https://jherrlin.github.io/posts/learn-awk/ 2 comments emacs
- Linux/BSD command line wizardry: Learn to think in sed, awk, and grep https://arstechnica.com/gadgets/2021/08/linux-bsd-command-line-101-using-awk-sed-and-grep-in-the-terminal/ 20 comments commandline
- Learn to use awk with hundreds of examples https://github.com/learnbyexample/Command-line-text-processing/blob/master/gnu_awk.md 22 comments commandline
- Learn to use GNU awk with hundreds of examples https://github.com/learnbyexample/command-line-text-processing/blob/master/gnu_awk.md 28 comments programming
- [AWKtober] Learn to use awk with 200+ example based tutorial https://github.com/learnbyexample/command-line-text-processing/blob/master/gnu_awk.md 27 comments linux
- Hello Haskellers! As an exercise to learn the language I made this. It's awk but Haskell based. Your critique of code structure/design will be highly appreciated! https://github.com/iostreamer-x/funcshell 26 comments haskell